Searched defs:_GObjectClass (Results 1 – 1 of 1) sorted by relevance
312 struct _GObjectClass struct314 GTypeClass g_type_class;317 GSList *construct_properties;321 GObject* (*constructor) (GType type,325 void (*set_property) (GObject *object,329 void (*get_property) (GObject *object,333 void (*dispose) (GObject *object);334 void (*finalize) (GObject *object);336 void (*dispatch_properties_changed) (GObject *object,340 void (*notify) (GObject *object,[all …]