summaryrefslogtreecommitdiff
path: root/gtk/gtkgesturelongpress.c
diff options
context:
space:
mode:
authorCarlos Garnacho <carlosg@gnome.org>2014-04-10 13:43:41 +0200
committerCarlos Garnacho <carlosg@gnome.org>2014-05-23 19:54:27 +0200
commitfa168e202e4ff3b30588ac20ebdec35e8b3e7821 (patch)
tree4836b4711bb6fd38e7b2786fd0e31c6d660ec320 /gtk/gtkgesturelongpress.c
parent3cbd2b97b8ba557c9b0642436525e79522282ad4 (diff)
downloadgtk+-fa168e202e4ff3b30588ac20ebdec35e8b3e7821.tar.gz
longpress: doc fixes
Diffstat (limited to 'gtk/gtkgesturelongpress.c')
-rw-r--r--gtk/gtkgesturelongpress.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/gtk/gtkgesturelongpress.c b/gtk/gtkgesturelongpress.c
index ec95237f42..496807e788 100644
--- a/gtk/gtkgesturelongpress.c
+++ b/gtk/gtkgesturelongpress.c
@@ -24,7 +24,7 @@
* @Title: GtkGestureLongPress
*
* #GtkGestureLongPress is a #GtkGesture implementation able to recognize
- * long presses, triggering the #GtkGestureLongPress:pressed after the
+ * long presses, triggering the #GtkGestureLongPress::pressed after the
* timeout is exceeded.
*
* If the touchpoint is lifted before the timeout passes, or if it drifts
@@ -212,7 +212,7 @@ gtk_gesture_long_press_class_init (GtkGestureLongPressClass *klass)
gtk_gesture_long_press_sequence_state_changed;
/**
- * GtkGestureLongPress:pressed:
+ * GtkGestureLongPress::pressed:
* @gesture: the object which received the signal
* @x: the X coordinate where the press happened, relative to the widget allocation
* @y: the Y coordinate where the press happened, relative to the widget allocation
@@ -230,7 +230,7 @@ gtk_gesture_long_press_class_init (GtkGestureLongPressClass *klass)
NULL, NULL, NULL,
G_TYPE_NONE, 2, G_TYPE_DOUBLE, G_TYPE_DOUBLE);
/**
- * GtkGestureLongPress:cancelled:
+ * GtkGestureLongPress::cancelled:
* @gesture: the object which received the signal
*
* This signal is emitted whenever a press moved too far, or was released