Method

ClutterEventset_stage

Declaration [src]

void
clutter_event_set_stage (
  ClutterEvent* event,
  ClutterStage* stage
)

Description [src]

Sets the source ClutterStage of the event.

Parameters

stage

Type: ClutterStage

A ClutterStage, or NULL.

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