children
Description:
Return a newly allocated and 0-terminated array of type IDs, listing the child types of type.
Parameters:
| n_children |
location to store the length of the returned array, or null |
| type |
the parent type |
Returns:
|
Newly allocated and 0-terminated array of child types, free with g_free |