summaryrefslogtreecommitdiff
path: root/gtk/gtkgesturedrag.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/gtkgesturedrag.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/gtkgesturedrag.c')
-rw-r--r--gtk/gtkgesturedrag.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/gtkgesturedrag.c b/gtk/gtkgesturedrag.c
index 0c5a7859e8..59fdc2aa62 100644
--- a/gtk/gtkgesturedrag.c
+++ b/gtk/gtkgesturedrag.c
@@ -25,8 +25,8 @@
*
* #GtkGestureDrag is a #GtkGesture implementation that recognizes drag
* operations. The drag operation itself can be tracked throught the
- * #GtkGestureDrag:drag-begin, #GtkGestureDrag:drag-update and
- * #GtkGestureDrag:drag-end signals, or the relevant coordinates be
+ * #GtkGestureDrag::drag-begin, #GtkGestureDrag::drag-update and
+ * #GtkGestureDrag::drag-end signals, or the relevant coordinates be
* extracted through gtk_gesture_drag_get_offset() and
* gtk_gesture_drag_get_start_point().
*/