Type.children

Return a newly allocated and 0-terminated array of type IDs, listing the child types of @type.

struct Type
static
children

Parameters

type GType

the parent type

Return Value

Type: GType[]

Newly allocated and 0-terminated array of child types, free with g_free()

Meta