summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarlos Garnacho <carlosg@gnome.org>2014-05-20 14:09:40 +0200
committerCarlos Garnacho <carlosg@gnome.org>2014-05-23 19:54:33 +0200
commit7e61216105d502f02a01bb31e201e4d58f944dc2 (patch)
tree6e53a0745aa904e3c5783e72c9cfcbe5c4bd20ba
parent03a3b2ccab7e2dca516ca77d518ca97965532111 (diff)
downloadgtk+-7e61216105d502f02a01bb31e201e4d58f944dc2.tar.gz
gesture: Introspection fixes
Set annotations on return values for gtk_gesture_get_device() and gtk_gesture_get_window().
-rw-r--r--gtk/gtkgesture.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/gtkgesture.c b/gtk/gtkgesture.c
index cc5e1f7e3d..08dcff8585 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
**/