wl_object(3) Wayland wl_object(3)

wl_object - A protocol object.

#include <wayland-server.h>


const struct wl_interface * interface
const void * implementation
uint32_t id

A protocol object.

A wl_object is an opaque struct identifying the protocol object underlying a wl_proxy or wl_resource.

Note

Functions accessing a wl_object are not normally used by client code. Clients should normally use the higher level interface generated by the scanner to interact with compositor objects.

Generated automatically by Doxygen for Wayland from the source code.

Thu Apr 6 2023 Version 1.22.0