TypeInterface.peek

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

class TypeInterface
static
peek

Parameters

instanceClass TypeClass

a gobject.TypeClass structure

ifaceType GType

an interface ID which this class conforms to

Return Value

the gobject.TypeInterface structure of iface_type if implemented by instance_class, NULL otherwise