方法

GObjectParamSpecPoollist_owned

声明 [src]

GList*
g_param_spec_pool_list_owned (
  GParamSpecPool* pool,
  GType owner_type
)

描述 [src]

返回池中所有由 owner_type 拥有的 GParamSpecGList

参数

owner_type

类型: GType

要查找的所有者。

返回值

类型: 一个包含 GObject.ParamSpec* 的列表

池中所有由 owner_type 拥有的 GParamSpecGList

调用者获取返回数据容器的所有权,但不获取其内部的数据。