Man page - wl_argument(3)
Packages contas this manual
- wl_event_queue(3)
- wl_shm_sigbus_data(3)
- wl_event_loop(3)
- wl_cursor_image(3)
- wl_global(3)
- wl_socket(3)
- wl_resource_iterator_context(3)
- wl_object(3)
- wl_proxy(3)
- wl_argument(3)
- wl_listener(3)
- wl_client(3)
- wl_display(3)
- wl_message(3)
- wl_list(3)
- wl_interface(3)
- wl_event_source(3)
- wl_protocol_logger(3)
- wl_array(3)
- wl_shm_pool(3)
- wl_resource(3)
- wl_cursor_theme(3)
- wl_cursor(3)
- wl_shm_buffer(3)
- wl_protocol_logger_message(3)
- wl_signal(3)
- wl_event_queue(3)
- wl_shm_sigbus_data(3)
- wl_event_loop(3)
- wl_cursor_image(3)
- wl_global(3)
- wl_socket(3)
- wl_resource_iterator_context(3)
- wl_object(3)
- wl_proxy(3)
- wl_argument(3)
- wl_listener(3)
- wl_client(3)
- wl_display(3)
- wl_message(3)
- wl_list(3)
- wl_interface(3)
- wl_event_source(3)
- wl_protocol_logger(3)
- wl_array(3)
- wl_shm_pool(3)
- wl_resource(3)
- wl_cursor_theme(3)
- wl_cursor(3)
- wl_shm_buffer(3)
- wl_protocol_logger_message(3)
- wl_signal(3)
Package: libwayland-doc
apt-get install libwayland-doc
apt-get install libwayland-doc
Manuals in package:
Documentations in package:
Package: libwayland-doc
apt-get install libwayland-doc
apt-get install libwayland-doc
Manuals in package:
Documentations in package:
Manual
| wl_argument(3) | Wayland | wl_argument(3) |
NAME
wl_argument
SYNOPSIS
#include <wayland-util.h>
Data Fields
int32_t i
uint32_t u
wl_fixed_t f
const char * s
struct wl_object * o
uint32_t n
struct wl_array * a
int32_t h
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.
See also
wl_message
wl_interface
Wire Format
Field Documentation
struct wl_array* wl_argument::a
array
wl_fixed_t wl_argument::f
fixed
int32_t wl_argument::h
fd
int32_t wl_argument::i
int
uint32_t wl_argument::n
new_id
struct wl_object* wl_argument::o
object
const char* wl_argument::s
string
uint32_t wl_argument::u
uint
Author
Generated automatically by Doxygen for Wayland from the source code.
| Wed Feb 25 2026 13:47:04 | Version 1.24.0 |