Method

ClutterContainerchild_set_property

since: 0.8

Declaration [src]

void
clutter_container_child_set_property (
  ClutterContainer* container,
  ClutterActor* child,
  const gchar* property,
  const GValue* value
)

Description [src]

Sets a container-specific property on a child of container.

Available since: 0.8

Parameters

child

Type: ClutterActor

A ClutterActor that is a child of container.

The data is owned by the caller of the function.
property

Type: 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

Type: GValue

The value.

The data is owned by the caller of the function.