函数

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()。

参数

instance_type

类型: GType

GType 为可实例化的类型。

interface_type

类型: GType

GType 为接口类型。

返回值

类型: GTypePlugin

instance_type 的动态接口 interface_typeGTypePlugin

数据由调用函数拥有。