Method
ClutterLayoutManagerchild_set_property
Declaration [src]
void
clutter_layout_manager_child_set_property (
ClutterLayoutManager* manager,
ClutterContainer* container,
ClutterActor* actor,
const gchar* property_name,
const GValue* value
)
Description [src]
Sets a property on the ClutterLayoutMeta
created by manager
and
attached to a child of container
.
Available since: | 1.2 |
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. | |
property_name |
const gchar* |
The name of the property to set. |
|
The data is owned by the caller of the function. | |
The value is a NUL terminated UTF-8 string. | |
value |
GValue |
A |
|
The data is owned by the caller of the function. |