Function
GObjectTypePluginCompleteInterfaceInfo
Declaration
void
(* GTypePluginCompleteInterfaceInfo) (
GTypePlugin* plugin,
GType instance_type,
GType interface_type,
GInterfaceInfo* info
)
Parameters
plugin |
GTypePlugin |
The |
|
The data is owned by the caller of the function. | |
instance_type |
GType |
The |
|
interface_type |
GType |
The |
|
info |
GInterfaceInfo |
The |
|
The data is owned by the caller of the function. |