Method

ClutterEventset_stage

Declaration [src]

void
clutter_event_set_stage (
  ClutterEvent* event,
  ClutterStage* stage
)

Description [src]

Sets the source ClutterStage of the event.

Available since:1.8

Parameters

stage ClutterStage
 

A ClutterStage, or NULL.

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