方法

GObjectTypeInterfacepeek_parent

声明 [源]

GObjectTypeInterface*
g_type_interface_peek_parent (
  GObjectTypeInterface* g_iface
)

描述 [源]

返回实例类型所属的父类型对应的 GTypeInterface 结构体。当从父类型推导接口的实现并且在可能的情况下覆盖某些方法时,此功能非常有用。

返回值

类型: GTypeInterface

实例类型所属的父类型对应的 GTypeInterface 结构体,或者在父类型不匹配接口的情况下返回 NULL

返回的数据由实例拥有。