方法
GObjectTypePlugincomplete_interface_info
声明 [源代码]
void
g_type_plugin_complete_interface_info (
GTypePlugin* plugin,
GType instance_type,
GType interface_type,
GInterfaceInfo* info
)
描述 [源代码]
调用 complete_interface_info
函数,方法位于 plugin
的 GTypePluginClass
中。在 GObject 类型系统本身之外使用此函数没有必要的。
参数
instance_type
-
类型:
GType
要向其中添加接口的可实例化类型的
GType
。 interface_type
-
类型:
GType
要完成信息的接口的
GType
。 info
-
类型:
GInterfaceInfo
要填充的
GInterfaceInfo
。数据由方法调用者所有。