Type.children

Return a newly allocated and 0-terminated array of type IDs, listing the child types of type. The return value has to be g_free()ed after use.

class Type
static
children

Parameters

type GType

The parent type.

Return Value

Type: GType[]

Newly allocated and 0-terminated array of child types. [array length=n_children][transfer full]

Meta