Class
GObjectInitiallyUnowned
Signals
Signals inherited from GObject (1)
GObject.Object::notify
The notify signal is emitted on an object when one of its properties has its value set through g_object_set_property(), g_object_set(), et al.
Class structure
struct GObjectInitiallyUnownedClass {
GTypeClass g_type_class;
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
);
void (* constructed) (
GObject* object
);
}
The class structure for the GInitiallyUnowned type.
Class members
g_type_class |
|
The parent class. |
|
constructor |
|
No description available. | |
set_property |
|
No description available. | |
get_property |
|
No description available. | |
dispose |
|
No description available. | |
finalize |
|
No description available. | |
dispatch_properties_changed |
|
No description available. | |
notify |
|
No description available. | |
constructed |
|
No description available. |