Man page - wl_object(3)
Packages contains this manual
- wl_event_queue(3)
- wl_signal(3)
- wl_cursor_image(3)
- wl_list(3)
- wl_cursor(3)
- wl_socket(3)
- wl_shm_pool(3)
- wl_shm_sigbus_data(3)
- wl_shm_buffer(3)
- wl_protocol_logger_message(3)
- wl_message(3)
- wl_protocol_logger(3)
- wl_event_source(3)
- wl_argument(3)
- wl_array(3)
- wl_cursor_theme(3)
- wl_proxy(3)
- wl_global(3)
- wl_resource(3)
- wl_interface(3)
- wl_client(3)
- wl_listener(3)
- wl_event_loop(3)
- wl_object(3)
- wl_resource_iterator_context(3)
- wl_display(3)
Package: libwayland-doc
apt-get install libwayland-doc
apt-get install libwayland-doc
Manuals in package:
Documentations in package:
Manual
wl_object
NAMESYNOPSIS
Data Fields
Detailed Description
Field Documentation
uint32_t wl_object::id
const void* wl_object::implementation
const struct wl_interface* wl_object::interface
Author
NAME
wl_object - A protocol object.
SYNOPSIS
#include <wayland-server.h>
Data Fields
const struct
wl_interface
*
interface
const void *
implementation
uint32_t
id
Detailed Description
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.
Field Documentation
uint32_t wl_object::id
const void* wl_object::implementation
const struct wl_interface* wl_object::interface
Author
Generated automatically by Doxygen for Wayland from the source code.