GParamSpecValueArray

A GParamSpec derived structure that contains the meta data for GValueArray properties. GParamSpec parent_instance; private GParamSpec portion GParamSpec *element_spec; a GParamSpec describing the elements contained in arrays of this property, may be NULL guint fixed_n_elements; if greater than 0, arrays of this property will always have this many elements

Members

Variables

elementSpec
GParamSpec* elementSpec;
Undocumented in source.
fixedNElements
uint fixedNElements;
Undocumented in source.
parentInstance
GParamSpec parentInstance;
Undocumented in source.

Meta