Function
GObjecttype_children
Declaration [src]
GType*
g_type_children (
GType type,
guint* n_children
)
Description [src]
Return a newly allocated and 0-terminated array of type IDs, listing
the child types of type
.
GType*
g_type_children (
GType type,
guint* n_children
)
Return a newly allocated and 0-terminated array of type IDs, listing
the child types of type
.