Method
ClutterContainerchild_get
Declaration [src]
void
clutter_container_child_get (
ClutterContainer* container,
ClutterActor* actor,
const gchar* first_prop,
...
)
Description [src]
Gets container specific properties of an actor.
In general, a copy is made of the property contents and the caller is
responsible for freeing the memory in the appropriate manner for the type, for
instance by calling g_free() or g_object_unref().
| Available since: | 0.8 |
| This method is not directly available to language bindings. |
Parameters
actor |
ClutterActor |
A |
|
| The data is owned by the caller of the function. | |
first_prop |
const gchar* |
Name of the first property to be set. |
|
| The data is owned by the caller of the function. | |
| The value is a NUL terminated UTF-8 string. | |
... |
|
Value for the first property, followed optionally by more name/value pairs terminated with NULL. |