[gtk+] gdk_{pointer,keyboard}_grab are deprecated



commit ece672ab0b290159ed31dd40cf56f40026ec67ef
Author: Guido Günther <agx sigxcpu org>
Date:   Fri Mar 15 18:24:27 2013 +0100

    gdk_{pointer,keyboard}_grab are deprecated
    
    so mention the non deprecated gdk_device_grab as well

 gdk/gdktypes.h |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/gdk/gdktypes.h b/gdk/gdktypes.h
index 97e4540..d821251 100644
--- a/gdk/gdktypes.h
+++ b/gdk/gdktypes.h
@@ -297,8 +297,8 @@ typedef enum
  *  viewable.
  * @GDK_GRAB_FROZEN: the resource is frozen by an active grab of another client.
  *
- * Returned by gdk_pointer_grab() and gdk_keyboard_grab() to indicate
- * success or the reason for the failure of the grab attempt.
+ * Returned by gdk_device_grab(), gdk_pointer_grab() and gdk_keyboard_grab() to
+ * indicate success or the reason for the failure of the grab attempt.
  */
 typedef enum
 {


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