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

Author

       Generated automatically by Doxygen for Wayland from the source code.

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

Detailed Description

       Protocol message argument data types

       This union represents all of the argument types in the Wayland protocol wire format. The protocol
       implementation uses wl_argument within its marshalling machinery for dispatching messages between a
       client and a compositor.

       Seealsowl_messagewl_interface

           Wire Format

Field Documentation

structwl_array*wl_argument::a
       array

   wl_fixed_twl_argument::f
       fixed

   int32_twl_argument::h
       fd

   int32_twl_argument::i
       int

   uint32_twl_argument::n
       new_id

   structwl_object*wl_argument::o
       object

   constchar*wl_argument::s
       string

   uint32_twl_argument::u
       uint

Name

       wl_argument

Synopsis

       #include <wayland-util.h>

   DataFields
       int32_t i
       uint32_t uwl_fixed_tf
       const char * s
       struct wl_object * o
       uint32_t n
       struct wl_array * a
       int32_t h

See Also