GChild
GChild — Base implementation of the GChildable interface
|
|
Implemented Interfaces
GChild implements
GChildable.
Description
This is the natural implementation of the GChildable interface.
Can be used as base class for objects that implements GChildable.
Details
GChild
typedef struct _GChild GChild;
All the fields in the GChild structure are private and should never
be accessed directly.
g_child_new ()
GObject* g_child_new (void);
Creates an generic child object with a floating reference.
Returns : |
a new GChild instance
|