GValueArray

Main Gtk struct. A GValueArray contains an array of GValue elements. guint n_values; number of values contained in the array GValue *values; array of values

struct GValueArray {}

Members

Variables

nValues
uint nValues;
Undocumented in source.
values
GValue* values;
Undocumented in source.

Meta