Function

ClutterEventget

Declaration [src]

ClutterEvent*
clutter_event_get (
  void
)

Description [src]

Pops an event off the event queue. Applications should not need to call this.

Available since:0.4

Return value

Returns: ClutterEvent
 

A ClutterEvent or NULL if queue empty.

 The caller of the function takes ownership of the data, and is responsible for freeing it.