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

union wl_argument
int i;

Meta