From 9f3f634c1606f34cd2c79be7e584e427e0d35c5f Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Mon, 19 May 2014 21:46:30 -0400 Subject: [PATCH] docs: Correct a reference --- gtk/gtkgesture.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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} *