[gtk/ebassi/for-master] Annotate GdkTimeCoord's array field



commit ade2f1030ab27d835357cc7bb8be2b9f7a6c23af
Author: Emmanuele Bassi <ebassi gnome org>
Date:   Tue Nov 17 14:07:11 2020 +0000

    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.

 gdk/gdkdevice.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/gdk/gdkdevice.h b/gdk/gdkdevice.h
index 16508c27a3..58d75199f8 100644
--- a/gdk/gdkdevice.h
+++ b/gdk/gdkdevice.h
@@ -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.
  */


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