summaryrefslogtreecommitdiff
path: root/src/wayland-server-core.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/wayland-server-core.h')
-rw-r--r--src/wayland-server-core.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/wayland-server-core.h b/src/wayland-server-core.h
index d9917a0..df95821 100644
--- a/src/wayland-server-core.h
+++ b/src/wayland-server-core.h
@@ -280,6 +280,10 @@ 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);
struct wl_display *