summaryrefslogtreecommitdiff
path: root/gtk/gtkgesture.c
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/gtkgesture.c')
-rw-r--r--gtk/gtkgesture.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/gtkgesture.c b/gtk/gtkgesture.c
index 9fa1cf3a26..47fa3c56ce 100644
--- a/gtk/gtkgesture.c
+++ b/gtk/gtkgesture.c
@@ -54,8 +54,8 @@
* target widget, and gestures that are attached to containers above the widget
* get a chance to interact with the event before it reaches the target.
*
- * After the capture phase, GTK+ emits the traditional #GtkWidget::button-press,
- * #GtkWidget::button-release, #GtkWidget::touch-event, etc signals. Gestures
+ * After the capture phase, GTK+ emits the traditional #GtkWidget::button-press-event,
+ * #GtkWidget::button-release-event, #GtkWidget::touch-event, etc signals. Gestures
* with the %GTK_PHASE_TARGET phase are fed events from the default #GtkWidget::event
* handlers.
*