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

wayland::event_queue_t - A queue for proxy_t object events.

Author

       Generated automatically by Doxygen for Wayland++ from the source code.

Version 1.0.0                                Wed May 1 2024 17:27:19                   wayland::event_queue_t(3)

Detailed Description

       A queue for proxy_t object events.

       Event queues allows the events on a display to be handled in a thread-safe manner. See display_t for
       details.

       Definition at line 64 of file wayland-client.hpp.

Name

       wayland::event_queue_t - A queue for proxy_t object events.

Synopsis

       #include <wayland-client.hpp>

       Inherits wayland::detail::refcounted_wrapper<wl_event_queue>.

See Also