Method
ClutterLayoutManagerlist_child_properties
Declaration [src]
GParamSpec**
clutter_layout_manager_list_child_properties (
ClutterLayoutManager* manager,
guint* n_pspecs
)
Description [src]
Retrieves all the GParamSpec
s for the layout properties
stored inside the ClutterLayoutMeta
sub-class used by manager
.
Available since: | 1.2 |
Parameters
n_pspecs |
guint* |
Return location for the number of returned
|
|
The argument will be set by the function. |
Return value
Returns: | An array of GParamSpec* |
The newly-allocated,
|
|
The length of the array is in the n_pspecs argument. | |
The caller of the method takes ownership of the data, and is responsible for freeing it. |