Type.interfacePeek

Returns the GTypeInterface structure of an interface to which the passed in class conforms.

class Type
static
void*
interfacePeek

Parameters

instanceClass void*

A GTypeClass structure. [type GObject.TypeClass]

ifaceType GType

An interface ID which this class conforms to.

Return Value

Type: void*

The GTypeInterface structure of iface_type if implemented by instance_class, NULL otherwise. [type GObject.TypeInterface][transfer none]

Meta