Github User Fetcher 1.0.0
C Application with Server and GUI
|
#include <gparamspecs.h>
Data Fields | |
GParamSpec | parent_instance |
GParamSpec * | element_spec |
guint | fixed_n_elements |
GParamSpecValueArray: @parent_instance: private GParamSpec portion @element_spec: a GParamSpec describing the elements contained in arrays of this property, may be NULL @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.
Definition at line 909 of file gparamspecs.h.
GParamSpec* _GParamSpecValueArray::element_spec |
Definition at line 912 of file gparamspecs.h.
guint _GParamSpecValueArray::fixed_n_elements |
Definition at line 913 of file gparamspecs.h.
GParamSpec _GParamSpecValueArray::parent_instance |
Definition at line 911 of file gparamspecs.h.