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