summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--girepository/giversionmacros.h6
1 files changed, 6 insertions, 0 deletions
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__ */