Function
GObjectTypeInterfacepeek
Declaration [src]
GObjectTypeInterface*
g_type_interface_peek (
  GObjectTypeClass* instance_class,
  GType iface_type
)
Description [src]
Returns the GTypeInterface structure of an interface to which the
passed in class conforms.
Parameters
- instance_class
- 
            Type: GTypeClassA GTypeClassstructure.The data is owned by the caller of the function. 
- iface_type
- 
            Type: GTypeAn interface ID which this class conforms to. 
Return value
Type: GTypeInterface
The GTypeInterface
  structure of iface_type if implemented by instance_class, NULL
  otherwise.
| The data is owned by the called function. | 
| The return value can be NULL. |