summaryrefslogtreecommitdiff
path: root/gtk/gtkgestureswipe.c
diff options
context:
space:
mode:
authorCarlos Garnacho <carlosg@gnome.org>2014-04-10 13:45:00 +0200
committerCarlos Garnacho <carlosg@gnome.org>2014-05-23 19:54:28 +0200
commitad2346f762e3be493e8290e2d5ad9b054dbb503e (patch)
treeabf1011fd7688ba27e55e185a381de2694691a1e /gtk/gtkgestureswipe.c
parent1f8cf3c32224ce021daed1ab85fccd0e88499928 (diff)
downloadgtk+-ad2346f762e3be493e8290e2d5ad9b054dbb503e.tar.gz
swipe: doc fixes
Diffstat (limited to 'gtk/gtkgestureswipe.c')
-rw-r--r--gtk/gtkgestureswipe.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/gtkgestureswipe.c b/gtk/gtkgestureswipe.c
index bca8d621e8..ea0b2478a8 100644
--- a/gtk/gtkgestureswipe.c
+++ b/gtk/gtkgestureswipe.c
@@ -30,7 +30,7 @@
*
* If the velocity is desired in intermediate points,
* gtk_gesture_swipe_get_velocity() can be called on eg. a
- * #GtkGesture:update handler.
+ * #GtkGesture::update handler.
*
* All velocities are reported in pixels/sec values.
*/
@@ -191,7 +191,7 @@ gtk_gesture_swipe_class_init (GtkGestureSwipeClass *klass)
gesture_class->end = gtk_gesture_swipe_end;
/**
- * GtkGestureSwipe:swipe:
+ * GtkGestureSwipe::swipe:
* @gesture: object which received the signal
* @velocity_x: velocity in the X axis, in pixels/sec
* @velocity_y: velocity in the Y axis, in pixels/sec