_GObjectClass Struct Reference

#include <
gobject.h>

Data Fields

GTypeClass g_type_class
GSListconstruct_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]

Field Documentation

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

The documentation for this struct was generated from the following file:

Copyright © Nokia Corporation 2001-2008
Back to top