summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gtk/gtkgesture.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/gtk/gtkgesture.c b/gtk/gtkgesture.c
index 143c2b9b1b..66a8173d5c 100644
--- a/gtk/gtkgesture.c
+++ b/gtk/gtkgesture.c
@@ -64,7 +64,8 @@
* a chance to interact with events that have not been handled yet.
*
* Gestures attached with the phase 'none' are not receiving any events
- * automatically, but events can be passed to them with gtk_gesture_handle_event().
+ * automatically, but events can be passed to them with
+ * gtk_event_controller_handle_event().
*
* ## States of a sequence # {#touch-sequence-states}
*