summaryrefslogtreecommitdiff
path: root/gtk/gtkgesture.c
diff options
context:
space:
mode:
authorTimm Bäder <mail@baedert.org>2016-02-08 22:49:01 +0100
committerTimm Bäder <mail@baedert.org>2016-02-08 22:56:52 +0100
commitc5369356e86171c5d955cf9252e5c6bcde88d554 (patch)
tree51b9ff5b30293be1c93a33828d40715c4dc1628e /gtk/gtkgesture.c
parent76fedc188289c595ec3cf965b77803e362020973 (diff)
downloadgtk+-c5369356e86171c5d955cf9252e5c6bcde88d554.tar.gz
Various documentation fixes
Always have Since: annotations at the very bottom, use the correct ClassName::signal-name/ClassName:property-name syntax, fix a few typos in type names, wrong function names, non-existing type names, etc.
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.
*