Function
ClutterEventget
since: 0.4
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
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. |