mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2026-04-05 07:15:46 -04:00
wayland-server: Add method to get global name
This is useful for protocol designs where globals need to be referenced in some manner. Signed-off-by: Andri Yngvason <andri@yngvason.is>
This commit is contained in:
parent
d443241635
commit
d16d39f74a
2 changed files with 21 additions and 0 deletions
|
|
@ -279,6 +279,10 @@ wl_display_set_global_filter(struct wl_display *display,
|
|||
const struct wl_interface *
|
||||
wl_global_get_interface(const struct wl_global *global);
|
||||
|
||||
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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue