函数
GObjectTypePluginCompleteInterfaceInfo
声明
void
(* GTypePluginCompleteInterfaceInfo) (
GTypePlugin* plugin,
GType instance_type,
GType interface_type,
GInterfaceInfo* info
)
参数
plugin
-
类型:
GTypePlugin
GTypePlugin
。数据由函数的调用者拥有。 instance_type
-
类型:
GType
要添加接口的可实例化类型的
GType
。 interface_type
-
类型:
GType
要完成信息界面的
GType
。 info
-
类型:
GInterfaceInfo
要填充的
GInterfaceInfo
。数据由函数的调用者拥有。