Method
ClutterLayoutManagerchild_get
Declaration [src]
void
clutter_layout_manager_child_get (
ClutterLayoutManager* manager,
ClutterContainer* container,
ClutterActor* actor,
const gchar* first_property,
...
)
Description [src]
Retrieves the values for a list of properties out of the
ClutterLayoutMeta
created by manager
and attached to the
child of a container
.
Available since: | 1.2 |
This method is not directly available to language bindings. |
Parameters
container |
ClutterContainer |
A |
|
The data is owned by the caller of the function. | |
actor |
ClutterActor |
A |
|
The data is owned by the caller of the function. | |
first_property |
const gchar* |
The name of the first property. |
|
The data is owned by the caller of the function. | |
The value is a NUL terminated UTF-8 string. | |
... |
|
A list of property name and return location for the value pairs. |