[gtk] gesturestylus: Use proper syntax when refering to signals



commit 82a1d4f2807e4a4f159585ef97c680c1687c3769
Author: Timm Bäder <mail baedert org>
Date:   Tue Dec 4 15:50:33 2018 +0100

    gesturestylus: Use proper syntax when refering to signals

 gtk/gtkgesturestylus.c | 8 ++++----
 1 file 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


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]