wl_event_queue(3) | Wayland | wl_event_queue(3) |
wl_event_queue - A queue for wl_proxy object events.
#include <wayland-client-core.h>
void wl_event_queue_destroy (struct wl_event_queue
*queue)
A queue for wl_proxy object events.
Event queues allows the events on a display to be handled in a thread-safe manner. See wl_display for details.
Destroy an event queue
Parameters
Destroy the given event queue. Any pending event on that queue is discarded.
The wl_display object used to create the queue should not be destroyed until all event queues created with it are destroyed with this function.
Generated automatically by Doxygen for Wayland from the source code.
Mon Aug 31 2020 | Version 1.18.0 |