mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-10 04:30:11 +00:00
gesturestylus: Add missing array g-i annotation for *_get_axes params
This commit is contained in:
parent
009b7dcf1e
commit
2306c82df7
@ -193,8 +193,8 @@ gtk_gesture_stylus_get_axis (GtkGestureStylus *gesture,
|
|||||||
/**
|
/**
|
||||||
* gtk_gesture_stylus_get_axes:
|
* gtk_gesture_stylus_get_axes:
|
||||||
* @gesture: a GtkGestureStylus
|
* @gesture: a GtkGestureStylus
|
||||||
* @axes: array of requested axes, terminated with #GDK_AXIS_IGNORE
|
* @axes: (array): array of requested axes, terminated with #GDK_AXIS_IGNORE
|
||||||
* @values: (out): return location for the axis values
|
* @values: (out) (array): return location for the axis values
|
||||||
*
|
*
|
||||||
* Returns the current values for the requested @axes. This function
|
* Returns the current values for the requested @axes. This function
|
||||||
* must be called from either the #GtkGestureStylus:down,
|
* must be called from either the #GtkGestureStylus:down,
|
||||||
|
Loading…
Reference in New Issue
Block a user