list_child_properties
Description:
[
CCode ( array_length_pos =
0.1 , array_length_type =
"guint" , cname =
"gtk_container_class_list_child_properties" ) ]
public class (
unowned ParamSpec)[]
list_child_properties ()
Returns all child properties of a container class.
Parameters:
| this |
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.
|