[gobject-introspection/ebassi/property-annotation: 5/9] Add version macros for 1.70




commit 6c2e07eb41f0c9c3b97858869f17759e7efcdd72
Author: Emmanuele Bassi <ebassi gnome org>
Date:   Thu Jun 17 01:03:13 2021 +0100

    Add version macros for 1.70

 girepository/giversionmacros.h | 6 ++++++
 1 file changed, 6 insertions(+)
---
diff --git a/girepository/giversionmacros.h b/girepository/giversionmacros.h
index a941ee2d..273af725 100644
--- a/girepository/giversionmacros.h
+++ b/girepository/giversionmacros.h
@@ -165,4 +165,10 @@
 # define GI_AVAILABLE_IN_1_66                 _GI_EXTERN
 #endif
 
+#if defined(GLIB_VERSION_2_70) && GLIB_VERSION_MAX_ALLOWED < GLIB_VERSION_2_70
+# define GI_AVAILABLE_IN_1_70                 GLIB_UNAVAILABLE(2, 70)
+#else
+# define GI_AVAILABLE_IN_1_70                 _GI_EXTERN
+#endif
+
 #endif /* __GIVERSIONMACROS_H__ */


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