- dummy
void*[4] dummy;
Undocumented in source.
- finalize
void function(GParamSpec* pspec) finalize;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- gTypeClass
GTypeClass gTypeClass;
- valueSetDefault
void function(GParamSpec* pspec, GValue* value) valueSetDefault;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- valueType
GType valueType;
the #GValue type for this parameter
- valueValidate
int function(GParamSpec* pspec, GValue* value) valueValidate;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- valuesCmp
int function(GParamSpec* pspec, GValue* value1, GValue* value2) valuesCmp;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
The class structure for the GParamSpec type. Normally, GParamSpec classes are filled by g_param_type_register_static().