|
Data Fields |
GTypeClass | g_type_class |
GSList * | construct_properties |
GObject *(* | constructor )(GType type, guint n_construct_properties, GObjectConstructParam *construct_properties) |
void(* | set_property )(GObject *object, guint property_id, const GValue *value, GParamSpec *pspec) |
void(* | get_property )(GObject *object, guint property_id, GValue *value, GParamSpec *pspec) |
void(* | dispose )(GObject *object) |
void(* | finalize )(GObject *object) |
void(* | dispatch_properties_changed )(GObject *object, guint n_pspecs, GParamSpec **pspecs) |
void(* | notify )(GObject *object, GParamSpec *pspec) |
gpointer | pdummy [8] |