[gtk+/gestures: 194/202] gesture: Introspection fixes



commit 7e61216105d502f02a01bb31e201e4d58f944dc2
Author: Carlos Garnacho <carlosg gnome org>
Date:   Tue May 20 14:09:40 2014 +0200

    gesture: Introspection fixes
    
    Set annotations on return values for gtk_gesture_get_device() and
    gtk_gesture_get_window().

 gtk/gtkgesture.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/gtk/gtkgesture.c b/gtk/gtkgesture.c
index cc5e1f7..08dcff8 100644
--- a/gtk/gtkgesture.c
+++ b/gtk/gtkgesture.c
@@ -786,7 +786,7 @@ gtk_gesture_init (GtkGesture *gesture)
  * Returns the master #GdkDevice that is currently operating
  * on @gesture, or %NULL if the gesture is not being interacted.
  *
- * Returns: a #GdkDevice, or %NULL
+ * Returns: (transfer none) (allow-none): a #GdkDevice, or %NULL
  *
  * Since: 3.14
  **/
@@ -1301,7 +1301,7 @@ _gtk_gesture_cancel_sequence (GtkGesture       *gesture,
  * handled by @gesture. See gtk_gesture_set_window() for more
  * information.
  *
- * Returns: the user defined window, or %NULL if none
+ * Returns: (transfer none) (allow-none): the user defined window, or %NULL if none
  *
  * Since: 3.14
  **/


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