- construct_properties
GSList* construct_properties;
Undocumented in source.
- constructed
void function(GObject* object) constructed;
Undocumented in source.
- constructor
GObject* function(GType type, guint n_construct_properties, GObjectConstructParam* construct_properties) constructor;
Undocumented in source.
- dispatch_properties_changed
void function(GObject* object, guint n_pspecs, GParamSpec** pspecs) dispatch_properties_changed;
Undocumented in source.
- dispose
void function(GObject* object) dispose;
Undocumented in source.
- finalize
void function(GObject* object) finalize;
Undocumented in source.
- flags
gsize flags;
Undocumented in source.
- g_type_class
GTypeClass g_type_class;
Undocumented in source.
- get_property
void function(GObject* object, guint property_id, GValue* value, GParamSpec* pspec) get_property;
Undocumented in source.
- notify
void function(GObject* object, GParamSpec* pspec) notify;
Undocumented in source.
- pdummy
gpointer[6] pdummy;
Undocumented in source.
- set_property
void function(GObject* object, guint property_id, const(GValue)* value, GParamSpec* pspec) set_property;
Undocumented in source.