Method
ClutterContainerchild_set_property
Declaration [src]
void
clutter_container_child_set_property (
ClutterContainer* container,
ClutterActor* child,
const gchar* property,
const GValue* value
)
Parameters
child |
ClutterActor |
A |
|
The data is owned by the caller of the function. | |
property |
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 |
The value. |
|
The data is owned by the caller of the function. |