Function
GObjectTypePluginCompleteInterfaceInfo
Declaration
void
(* GTypePluginCompleteInterfaceInfo) (
GTypePlugin* plugin,
GType instance_type,
GType interface_type,
GInterfaceInfo* info
)
Parameters
plugin
-
Type:
GTypePlugin
The
GTypePlugin
.The data is owned by the caller of the function. instance_type
-
Type:
GType
The
GType
of an instantiatable type to which the interface is added. interface_type
-
Type:
GType
The
GType
of the interface whose info is completed. info
-
Type:
GInterfaceInfo
The
GInterfaceInfo
to fill in.The data is owned by the caller of the function.