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
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