Man page - wl_global(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)
apt-get install libwayland-doc
Manual
wl_global
NAMESYNOPSIS
Public Member Functions
Data Fields
Member Function Documentation
struct wl_display * wl_global_get_display (const struct wl_global * global)
uint32_t wl_global_get_name (const struct wl_global * global, const structwl_client * client)
uint32_t wl_global_get_version (const struct wl_global * global)
Field Documentation
wl_global_bind_func_t wl_global::bind
void* wl_global::data
struct wl_display* wl_global::display
const struct wl_interface* wl_global::interface
struct wl_list wl_global::link
uint32_t wl_global::name
bool wl_global::removed
uint32_t wl_global::version
Author
NAME
wl_global
SYNOPSIS
Public Member Functions
uint32_t
wl_global_get_name
(const struct
wl_global
*global, const struct
wl_client
*client)
uint32_t
wl_global_get_version
(const struct
wl_global
*global)
struct
wl_display
*
wl_global_get_display
(const struct
wl_global
*global)
Data Fields
struct
wl_display
*
display
const struct
wl_interface
*
interface
uint32_t
name
uint32_t
version
void *
data
wl_global_bind_func_t bind
struct
wl_list link
bool
removed
Member Function Documentation
struct wl_display * wl_global_get_display (const struct wl_global * global)
Get the display object for the given global
Parameters
global The global object
Returns
The display object the global is associated with.
Since
1.20
uint32_t wl_global_get_name (const struct wl_global * global, const structwl_client * client)
Get the name of the global.
Parameters
global
The global
object.
client
Client for which to look up the global.
Returns
The name of the global, or 0 if the global is not visible to the client.
Since
1.22
uint32_t wl_global_get_version (const struct wl_global * global)
Get the version of the given global.
Parameters
global The global object.
Returns
The version advertised by the global.
Since
1.21
Field Documentation
wl_global_bind_func_t wl_global::bind
void* wl_global::data
struct wl_display* wl_global::display
const struct wl_interface* wl_global::interface
struct wl_list wl_global::link
uint32_t wl_global::name
bool wl_global::removed
uint32_t wl_global::version
Author
Generated automatically by Doxygen for Wayland from the source code.