forked from AuroraMiddleware/gtk
Annotate GdkTimeCoord's array field
We need to resolve the array length manually, because g-ir-scanner cannot turn an enumeration member into a constant size.
This commit is contained in:
parent
4f12df5f1c
commit
ade2f1030a
@ -66,7 +66,7 @@ typedef enum
|
||||
* GdkTimeCoord:
|
||||
* @time: The timestamp for this event.
|
||||
* @flags: Flags indicating what axes are present
|
||||
* @axes: axis values
|
||||
* @axes: (array fixed-size=12): axis values
|
||||
*
|
||||
* A #GdkTimeCoord stores a single event in a motion history.
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user