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().

This method is not directly available to language bindings.

Parameters

actor

Type: ClutterActor

A ClutterActor that is a child of container.

The data is owned by the caller of the method.
first_prop

Type: const gchar*

Name of the first property to be set.

The data is owned by the caller of the method.
The value is a NUL terminated UTF-8 string.
...

Type: 

Value for the first property, followed optionally by more name/value pairs terminated with NULL.