summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimm Bäder <mail@baedert.org>2018-12-04 15:50:33 +0100
committerTimm Bäder <mail@baedert.org>2018-12-07 16:36:10 +0100
commit82a1d4f2807e4a4f159585ef97c680c1687c3769 (patch)
tree936dca26895888cb74f3e66d88cc80f57350c018
parent80f266083833fecaf9797d595ed478ac98919be2 (diff)
downloadgtk+-82a1d4f2807e4a4f159585ef97c680c1687c3769.tar.gz
gesturestylus: Use proper syntax when refering to signals
-rw-r--r--gtk/gtkgesturestylus.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/gtk/gtkgesturestylus.c b/gtk/gtkgesturestylus.c
index 9ba5fc804d..8084689bfb 100644
--- a/gtk/gtkgesturestylus.c
+++ b/gtk/gtkgesturestylus.c
@@ -160,8 +160,8 @@ gesture_get_current_event (GtkGestureStylus *gesture)
* @value: (out): return location for the axis value
*
* Returns the current value for the requested @axis. This function
- * must be called from either the #GtkGestureStylus:down,
- * #GtkGestureStylus:motion, #GtkGestureStylus:up or #GtkGestureStylus:proximity
+ * must be called from either the #GtkGestureStylus::down,
+ * #GtkGestureStylus::motion, #GtkGestureStylus::up or #GtkGestureStylus::proximity
* signals.
*
* Returns: #TRUE if there is a current value for the axis
@@ -191,8 +191,8 @@ gtk_gesture_stylus_get_axis (GtkGestureStylus *gesture,
* @values: (out) (array): return location for the axis values
*
* Returns the current values for the requested @axes. This function
- * must be called from either the #GtkGestureStylus:down,
- * #GtkGestureStylus:motion, #GtkGestureStylus:up or #GtkGestureStylus:proximity
+ * must be called from either the #GtkGestureStylus::down,
+ * #GtkGestureStylus::motion, #GtkGestureStylus::up or #GtkGestureStylus::proximity
* signals.
*
* Returns: #TRUE if there is a current value for the axes