Function
GObjectTypeInterfaceCheckFunc
Description
A callback called after an interface vtable is initialized.
See g_type_add_interface_check().
Available since: | 2.4 |
Parameters
check_data |
gpointer |
Data passed to |
|
The argument can be NULL . | |
The data is owned by the caller of the function. | |
g_iface |
GTypeInterface |
The interface that has been initialized. |
|
The data is owned by the caller of the function. |