Type.interfaces

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

class Type
static
interfaces

Parameters

type GType

The type to list interface types for.

Return Value

Type: GType[]

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

Meta