diff options
author | Carlos Garnacho <carlosg@gnome.org> | 2011-07-14 17:49:44 +0200 |
---|---|---|
committer | Carlos Garnacho <carlosg@gnome.org> | 2011-07-15 18:14:38 +0200 |
commit | 6aab48ead0c3189e8380c4b1b1aa38be5b2882b2 (patch) | |
tree | 68c6dbe31a30cb49b7c1659ba3a17093ba1c1115 /gdk/gdk.symbols | |
parent | f90c154472cc9f3901644ccb49e944aca40200ca (diff) | |
download | gtk+-6aab48ead0c3189e8380c4b1b1aa38be5b2882b2.tar.gz |
gdk/x11: Add gdk_x11_device_manager_lookup()
This function can be used to find the GdkDevice wrapping
an XInput2 device ID. For core devices, the Virtual Core
Pointer/Keyboard IDs (2/3) may be used.
Diffstat (limited to 'gdk/gdk.symbols')
-rw-r--r-- | gdk/gdk.symbols | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gdk/gdk.symbols b/gdk/gdk.symbols index 8386bb95e4..04ca455dbf 100644 --- a/gdk/gdk.symbols +++ b/gdk/gdk.symbols @@ -515,6 +515,7 @@ gdk_x11_cursor_get_xdisplay gdk_x11_device_core_get_type gdk_x11_device_get_id gdk_x11_device_manager_core_get_type +gdk_x11_device_manager_lookup gdk_x11_device_manager_xi2_get_type gdk_x11_device_manager_xi_get_type gdk_x11_device_xi2_get_type |