Method

ClutterActorset_content

since: 1.10

Declaration [src]

void
clutter_actor_set_content (
  ClutterActor* self,
  ClutterContent* content
)

Description [src]

Sets the contents of a ClutterActor.

Available since: 1.10

Sets propertyClutter.Actor:content

Parameters

content

Type: ClutterContent

A ClutterContent, or NULL.

The argument can be NULL.
The data is owned by the caller of the function.