类方法

GtkCellAreaClasslist_cell_properties

弃用:4.10 

声明 [源代码]

GParamSpec**
gtk_cell_area_class_list_cell_properties (
  GtkCellAreaClass* aclass,
  guint* n_properties
)

描述 [源代码]

返回所有单元区域的单元属性。

自 4.10 起弃用

请勿在新代码中使用它。

参数

n_properties

类型: guint*

返回找到的单元属性数量的位置。

该参数将通过函数设置。

返回值

类型: 一个 GParamSpec* 数组

一个新的分配的 NULL 结束的 GParamSpec* 数组。该数组必须使用 g_free() 释放。

数组的长度在 n_properties 参数中指定。
方法调用者接收返回的数据容器所有权,但不接收其内的数据。