class_list_child_properties
Description:
public static unowned ParamSpec class_list_child_properties (
ObjectClass cclass,
uint n_properties)
Returns all child properties of a container class.
Parameters:
| cclass |
a Container
|
| n_properties |
location to return the number of child properties found
|
Returns:
|
a newly allocated null-terminated array of
ParamSpec*. The array must be freed with
g_free.
|