summaryrefslogtreecommitdiff
path: root/gtk/gtkgesturesingle.c
diff options
context:
space:
mode:
authorTimm Bäder <mail@baedert.org>2015-12-11 10:05:37 +0100
committerTimm Bäder <mail@baedert.org>2015-12-12 09:29:08 +0100
commitc219bdbecceeef7eeedb58ca026e0b89beccd4da (patch)
treeacc5bcf6a1b99044661a33b822f9417c9b4f5f52 /gtk/gtkgesturesingle.c
parentc3fd1b3b73747d6451f5c531384044bcdd676199 (diff)
downloadgtk+-c219bdbecceeef7eeedb58ca026e0b89beccd4da.tar.gz
Gestures: Add some nullable annotations
Diffstat (limited to 'gtk/gtkgesturesingle.c')
-rw-r--r--gtk/gtkgesturesingle.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkgesturesingle.c b/gtk/gtkgesturesingle.c
index 065d55877e..5aa0978050 100644
--- a/gtk/gtkgesturesingle.c
+++ b/gtk/gtkgesturesingle.c
@@ -510,7 +510,7 @@ gtk_gesture_single_get_current_button (GtkGestureSingle *gesture)
* Returns the event sequence currently interacting with @gesture.
* This is only meaningful if gtk_gesture_is_active() returns %TRUE.
*
- * Returns: the current sequence
+ * Returns: (nullable): the current sequence
*
* Since: 3.14
**/