[gobject-introspection/ebassi/property-annotation: 6/19] Add version macros for 1.70
- From: Emmanuele Bassi <ebassi src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gobject-introspection/ebassi/property-annotation: 6/19] Add version macros for 1.70
- Date: Wed, 28 Jul 2021 15:32:02 +0000 (UTC)
commit ad51b21074897673b24360ca7d38a8240fdc6639
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]