GObjectClass

Undocumented in source.

Members

Variables

constructed
void function(GObject* object) constructed;
constructor
GObject* function(GType type, uint nConstructProperties, GObjectConstructParam* constructProperties) constructor;
dispatchPropertiesChanged
void function(GObject* object, uint nPspecs, GParamSpec** pspecs) dispatchPropertiesChanged;
dispose
void function(GObject* object) dispose;
finalize
void function(GObject* object) finalize;
gTypeClass
GTypeClass gTypeClass;

the parent class

getProperty
void function(GObject* object, uint propertyId, GValue* value, GParamSpec* pspec) getProperty;
notify
void function(GObject* object, GParamSpec* pspec) notify;
setProperty
void function(GObject* object, uint propertyId, GValue* value, GParamSpec* pspec) setProperty;