diff options
author | Carlos Garnacho <carlosg@gnome.org> | 2018-02-13 14:28:44 +0100 |
---|---|---|
committer | Carlos Garnacho <carlosg@gnome.org> | 2018-02-14 14:58:06 +0100 |
commit | 3146f29d3ae3abae33822bcdf3eaf44b5b19cd7e (patch) | |
tree | ba5595a32153588cefb3390b9d8256f2b642f051 /docs | |
parent | c6901a8b950f156aaddf2ee8f8fb39440b7b9cfd (diff) | |
download | gtk+-3146f29d3ae3abae33822bcdf3eaf44b5b19cd7e.tar.gz |
gdk/wayland: Add GdkDisplay call to query available globals
The internal known_globals hashtable is used to carry accounting for
interfaces that depend on others (as ordering is not guaranteed), extend
its usage so it also keeps track of unimplemented interfaces (here at
least).
The API call will then use this to allow querying the globals offered by
the compositor, it will be useful to determine whether we can use
text-input protocols or should fallback to other IMs.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/reference/gdk/gdk3-sections.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/reference/gdk/gdk3-sections.txt b/docs/reference/gdk/gdk3-sections.txt index f26c22d3c6..4e5c403670 100644 --- a/docs/reference/gdk/gdk3-sections.txt +++ b/docs/reference/gdk/gdk3-sections.txt @@ -1270,6 +1270,7 @@ gdk_wayland_device_get_wl_seat gdk_wayland_display_get_wl_compositor gdk_wayland_display_get_wl_display gdk_wayland_display_get_xdg_shell +gdk_wayland_display_query_registry gdk_wayland_window_get_wl_surface gdk_wayland_window_set_use_custom_surface GdkWaylandWindowExported |