[gtk+/gestures: 112/117] swipe: doc fixes
- From: Carlos Garnacho <carlosg src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+/gestures: 112/117] swipe: doc fixes
- Date: Thu, 10 Apr 2014 20:34:07 +0000 (UTC)
commit cb751cf1ba946f4b07476f15f8542a392c6231b9
Author: Carlos Garnacho <carlosg gnome org>
Date: Thu Apr 10 13:45:00 2014 +0200
swipe: doc fixes
gtk/gtkgestureswipe.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/gtk/gtkgestureswipe.c b/gtk/gtkgestureswipe.c
index bca8d62..ea0b247 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
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]