函数

GObjectTypeInterfaceprerequisites

自从:2.2

声明 [源]

GType*
g_type_interface_prerequisites (
  GType interface_type,
  guint* n_prerequisites
)

描述 [源]

返回接口类型的先行需求。

自2.2版起可用

参数

interface_type

类型: GType

一个接口类型。

n_prerequisites

类型: guint*

返回先行需求数量的位置,或NULL

该参数将由函数设置。
参数可以是NULL

返回值

类型: 一个包含GType先行需求的零终止数组的数组

一个新的零终止数组,包含interface_type的先行需求。

数组的长度在n_prerequisites参数中。
函数的调用者将获得数据的所有权,并负责释放它。