TypeInterface.peek

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

class TypeInterface
static
peek

Parameters

instanceClass TypeClass

a #GTypeClass structure

ifaceType GType

an interface ID which this class conforms to

Return Value

the #GTypeInterface structure of @iface_type if implemented by @instance_class, %NULL otherwise

Meta