[gtk+/wip/matthiasc/kill-device-manager: 7/10] Don't mention GdkDeviceManager in docs



commit e30375b8995f1fa139ab1e5b178ad8c758b6dd3c
Author: Matthias Clasen <mclasen redhat com>
Date:   Thu Nov 23 16:23:41 2017 -0500

    Don't mention GdkDeviceManager in docs
    
    It is going away.

 gdk/gdkdevice.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gdk/gdkdevice.c b/gdk/gdkdevice.c
index 4a2aee9..c22de2a 100644
--- a/gdk/gdkdevice.c
+++ b/gdk/gdkdevice.c
@@ -1375,7 +1375,7 @@ get_native_grab_event_mask (GdkEventMask grab_mask)
  * gdk_device_grab:
  * @device: a #GdkDevice. To get the device you can use gtk_get_current_event_device()
  *   or gdk_event_get_device() if the grab is in reaction to an event. Also, you can use
- *   gdk_device_manager_get_client_pointer() but only in code that isn’t triggered by a
+ *   gdk_seat_get_pointer() but only in code that isn’t triggered by a
  *   #GdkEvent and there aren’t other means to get a meaningful #GdkDevice to operate on.
  * @window: the #GdkWindow which will own the grab (the grab window)
  * @grab_ownership: specifies the grab ownership.


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]