Lines Matching defs:_GObjectClass
312 struct _GObjectClass struct
314 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,
344 void (*constructed) (GObject *object);
348 gpointer pdummy[7];