方法
GObjectTypeInterfacepeek_parent
声明 [源]
GObjectTypeInterface*
g_type_interface_peek_parent (
GObjectTypeInterface* g_iface
)
返回值
类型: GTypeInterface
实例类型所属的父类型对应的 GTypeInterface
结构体,或者在父类型不匹配接口的情况下返回 NULL
。
返回的数据由实例拥有。 |
GObjectTypeInterface*
g_type_interface_peek_parent (
GObjectTypeInterface* g_iface
)
类型: GTypeInterface
实例类型所属的父类型对应的 GTypeInterface
结构体,或者在父类型不匹配接口的情况下返回 NULL
。
返回的数据由实例拥有。 |