Class method

GtkContainerClasslist_child_properties

Declaration [src]

GParamSpec**
gtk_container_class_list_child_properties (
  GObjectClass* cclass,
  guint* n_properties
)

Description [src]

Returns all child properties of a container class.

Parameters

n_properties

Type: guint*

Location to return the number of child properties found.

The argument will be set by the function.

Return value

Type: An array of GParamSpec*

a newly allocated `NULL`-terminated array of `GParamSpec`*.
The array must be freed with g_free().
The length of the array is in the n_properties argument.
The caller of the method takes ownership of the returned data container, but not the data inside it.