[gtk/gtk-3-24] gesturestylus: Add missing array g-i annotation for *_get_axes params



commit 2306c82df7b2ae7ec6e60ec53b46643b4fa3dd9f
Author: Rico Tzschichholz <ricotz ubuntu com>
Date:   Mon Aug 20 16:57:54 2018 +0200

    gesturestylus: Add missing array g-i annotation for *_get_axes params

 gtk/gtkgesturestylus.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/gtk/gtkgesturestylus.c b/gtk/gtkgesturestylus.c
index 02019daab8..7eb029f3be 100644
--- a/gtk/gtkgesturestylus.c
+++ b/gtk/gtkgesturestylus.c
@@ -193,8 +193,8 @@ gtk_gesture_stylus_get_axis (GtkGestureStylus *gesture,
 /**
  * gtk_gesture_stylus_get_axes:
  * @gesture: a GtkGestureStylus
- * @axes: array of requested axes, terminated with #GDK_AXIS_IGNORE
- * @values: (out): return location for the axis values
+ * @axes: (array): array of requested axes, terminated with #GDK_AXIS_IGNORE
+ * @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,


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