Method

ClutterActorget_stage

since: 0.8

Declaration [src]

ClutterActor*
clutter_actor_get_stage (
  ClutterActor* actor
)

Description [src]

Retrieves the ClutterStage where actor is contained.

Available since: 0.8

Return value

Type: ClutterStage

The stage containing the actor, or NULL.

The data is owned by the instance.