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:
Emmanuele Bassi 2020-11-17 14:07:11 +00:00
parent 4f12df5f1c
commit ade2f1030a

View File

@ -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.
*/