From 6fe0a8c6b3f51ec953fa59c160b656c91bb65970 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timm=20B=C3=A4der?= Date: Tue, 17 Jul 2018 17:33:09 +0200 Subject: [PATCH] gesturestylus: Clarify a documentation comment Use the proper gtkdoc syntax for signals. --- gtk/gtkgesturestylus.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gtk/gtkgesturestylus.c b/gtk/gtkgesturestylus.c index 7b02d07954..5ee62ee05f 100644 --- a/gtk/gtkgesturestylus.c +++ b/gtk/gtkgesturestylus.c @@ -303,9 +303,9 @@ gtk_gesture_stylus_get_backlog (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 **/