wl_argument
Contents
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