wl_argument

\brief A union representing all of the basic data types that can be passed along the wayland wire format.

This union represents all of the basic data types that can be passed in the wayland wire format. It is used by dispatchers and runtime-friendly versions of the event and request marshaling functions.

Members

Variables

a
wl_array* a;

< array

f
wl_fixed_t f;

< fixed point

h
int h;

< file descriptor

i
int i;

* \brief A union representing all of the basic data types that can be passed * along the wayland wire format. * * This union represents all of the basic data types that can be passed in the * wayland wire format. It is used by dispatchers and runtime-friendly * versions of the event and request marshaling functions. *//**< signed integer

n
uint n;

< new_id

o
wl_object* o;

< object

s
const(char*) s;

< string

u
uint u;

< unsigned integer

Meta