[−][src]Trait aravis::GcEnumerationExt
Required methods
fn dup_available_display_names(&self) -> Result<Vec<GString>, Error>
Create an array of display names of all available entries.
n_values
placeholder for the number of values
Returns
an newly created array of const strings, which must freed after use using g_free,
None on error.
fn dup_available_int_values(&self) -> Result<Vec<i64>, Error>
n_values
the number of values
Returns
a newly allocated array of 64 bit integers, to be freed after use using g_free.
fn dup_available_string_values(&self) -> Result<Vec<GString>, Error>
Create an array of all available values of self, as strings.
n_values
placeholder for the number of values
Returns
an newly created array of const strings, which must freed after use using g_free,
None on error.
fn get_entries(&self) -> Vec<GcFeatureNode>
Returns
the list of enumeration entry nodes.