API Version: 2.0
Library Version: 2.76
Generated by gi-docgen 2023.2
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.
type
Type: GType
GType
The parent type.
n_children
Type: guint*
guint*
Location to store the length of the returned array, or NULL.
NULL
Type: An array of GType
Newly allocated and 0-terminated array of child types, free with g_free()
g_free()