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

This commit is contained in:
Rico Tzschichholz 2018-08-20 16:57:54 +02:00
parent ca39b35e2f
commit 4ebd14c045

View File

@ -187,8 +187,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,