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.

Return value

Type: ClutterEvent

A ClutterEvent or NULL if queue empty.

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