summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimm Bäder <mail@baedert.org>2018-07-17 17:33:09 +0200
committerDaniel Boles <dboles.src@gmail.com>2018-07-18 23:05:06 +0100
commit56033a8d27065b9ab883fd105e75e14921558939 (patch)
tree70ea0f5f1f02fd1003ffcc932945335df212101c
parentf7f3939b048720aadc06c45465dea732456d212a (diff)
downloadgtk+-56033a8d27065b9ab883fd105e75e14921558939.tar.gz
gesturestylus: Clarify a documentation comment
Use the proper gtkdoc syntax for signals.
-rw-r--r--gtk/gtkgesturestylus.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/gtk/gtkgesturestylus.c b/gtk/gtkgesturestylus.c
index 492dadc439..02019daab8 100644
--- a/gtk/gtkgesturestylus.c
+++ b/gtk/gtkgesturestylus.c
@@ -250,9 +250,9 @@ gtk_gesture_stylus_get_axes (GtkGestureStylus *gesture,
* @gesture: a #GtkGestureStylus
*
* Returns the #GdkDeviceTool currently driving input through this gesture.
- * This function must be called from either the #GtkGestureStylus:down,
- * #GtkGestureStylus:motion, #GtkGestureStylus:up or #GtkGestureStylus:proximity
- * signals.
+ * This function must be called from either the #GtkGestureStylus::down,
+ * #GtkGestureStylus::motion, #GtkGestureStylus::up or #GtkGestureStylus::proximity
+ * signal handlers.
*
* Returns: (nullable) (transfer none): The current stylus tool
*