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