Function
GObjectTypeInterfaceCheckFunc
since: 2.4
Description [src]
A callback called after an interface vtable is initialized.
See g_type_add_interface_check().
Available since: 2.4
Parameters
- check_data
- 
            Type: gpointerData passed to g_type_add_interface_check(). The argument can be NULL.The data is owned by the caller of the function. 
- g_iface
- 
            Type: GTypeInterfaceThe interface that has been initialized. The data is owned by the caller of the function.