Ubuntu Manpages


struct wl_display * wl_global_get_display (const struct wl_global *global)


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

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

Generated automatically by Doxygen for Wayland from the source code.