Type.defaultInterfacePeek

If the interface type g_type is currently in use, returns its default interface vtable. Since 2.4

class Type
static
void*
defaultInterfacePeek

Parameters

gType GType

an interface type

Return Value

Type: void*

the default vtable for the interface, or NULL if the type is not currently in use. [type GObject.TypeInterface][transfer none]

Meta