logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

wl_event_queue - A queue for wl_proxy object events.

Author

       Generated automatically by Doxygen for Wayland from the source code.

Version 1.23.1                              Thu May 22 2025 08:23:52                           wl_event_queue(3)

Detailed Description

       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.

Member Function Documentation

voidwl_event_queue_destroy(structwl_event_queue*queue)
       Destroy an event queue

       Parametersqueue The event queue to be destroyed

       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.

Name

       wl_event_queue - A queue for wl_proxy object events.

Synopsis

       #include <wayland-client-core.h>

   PublicMemberFunctions
       void wl_event_queue_destroy (struct wl_event_queue *queue)

See Also