Class method
GtkCellAreaClasslist_cell_properties
Declaration [src]
GParamSpec**
gtk_cell_area_class_list_cell_properties (
GtkCellAreaClass* aclass,
guint* n_properties
)
Parameters
n_properties |
guint* |
Location to return the number of cell properties found. |
|
The argument will be set by the function. | |
The instance takes ownership of the data, and is responsible for freeing it. |
Return value
Returns: | An array of GParamSpec |
A newly
allocated |
|
The length of the array is in the n_properties argument. | |
The caller of the method takes ownership of the data container, but not the data inside it. |