Method

ClutterCloneset_source

since: 1.0

Declaration [src]

void
clutter_clone_set_source (
  ClutterClone* self,
  ClutterActor* source
)

Description [src]

Sets source as the source actor to be cloned by self.

Available since: 1.0

Sets propertyClutter.Clone:source

Parameters

source

Type: ClutterActor

A ClutterActor, or NULL.

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