函数
GObjectTypeInterfaceget_plugin
声明 [源代码]
GTypePlugin*
g_type_interface_get_plugin (
GType instance_type,
GType interface_type
)
描述 [源代码]
返回动态接口 interface_type 对应的 GTypePlugin 结构,该动态接口已被添加到 instance_type,如果没有添加或没有 GTypePlugin 结构,则为 NULL。见 g_type_add_interface_dynamic()。
返回值
类型: GTypePlugin
为 instance_type 的动态接口 interface_type 的 GTypePlugin。
| 数据由调用函数拥有。 |