Searched defs:_GObjectClass (Results 1 – 1 of 1) sorted by relevance
320 struct _GObjectClass struct322 GTypeClass g_type_class;325 GSList *construct_properties;329 GObject* (*constructor) (GType type,333 void (*set_property) (GObject *object,337 void (*get_property) (GObject *object,341 void (*dispose) (GObject *object);342 void (*finalize) (GObject *object);344 void (*dispatch_properties_changed) (GObject *object,348 void (*notify) (GObject *object,[all …]