diff options
author | Corentin Noël <corentin@elementary.io> | 2020-05-11 18:47:20 +0200 |
---|---|---|
committer | Corentin Noël <corentin@elementary.io> | 2020-05-11 19:26:20 +0200 |
commit | 076b2f11d2642d9153938dea34c49d8a345938b1 (patch) | |
tree | f16af90837980573140d445d094ce6219f23c0da /gtk/gtkgesturestylus.c | |
parent | 9ce7b16dd8173afb94aaf7c374dfb6b69c98c135 (diff) | |
download | gtk+-076b2f11d2642d9153938dea34c49d8a345938b1.tar.gz |
docs: Fix several missing references in the documentation
This fixes several typos and missing references
Diffstat (limited to 'gtk/gtkgesturestylus.c')
-rw-r--r-- | gtk/gtkgesturestylus.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkgesturestylus.c b/gtk/gtkgesturestylus.c index 974d83f0a9..da0dbc868f 100644 --- a/gtk/gtkgesturestylus.c +++ b/gtk/gtkgesturestylus.c @@ -265,7 +265,7 @@ gtk_gesture_stylus_get_axes (GtkGestureStylus *gesture, * By default, GTK+ will limit rate of input events. On stylus input where * accuracy of strokes is paramount, this function returns the accumulated * coordinate/timing state before the emission of the current - * #GtkGestureStylus:motion signal. + * #GtkGestureStylus::motion signal. * * This function may only be called within a #GtkGestureStylus::motion * signal handler, the state given in this signal and obtainable through |