Function

ClutterContainerclass_list_child_properties

Declaration [src]

GParamSpec**
clutter_container_class_list_child_properties (
  GObjectClass* klass,
  guint* n_properties
)

Description [src]

Returns an array of GParamSpec for all child properties.

Available since:0.8

Parameters

klass GObjectClass
 

A GObjectClass implementing the ClutterContainer interface.

 The data is owned by the caller of the function.
n_properties guint*
 

Return location for length of returned array.

 The argument will be set by the function.

Return value

Returns: An array of GParamSpec*
 

An array of GParamSpecs which should be freed after use.

 The length of the array is in the n_properties argument.
 The caller of the function takes ownership of the data, and is responsible for freeing it.