[ CCode ( cname = "g_type_interface_peek" ) ]
public unowned TypeInterface? peek (Type iface_type)
Returns the TypeInterface structure of an interface to which the passed in class conforms.
iface_type |
an interface ID which this class conforms to |
instance_class |
a TypeClass structure |
the TypeInterface structure of |