[gtk+] Add 3.16 deprecation macros too
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+] Add 3.16 deprecation macros too
- Date: Tue, 30 Sep 2014 04:09:19 +0000 (UTC)
commit 61b636b8a43ae08e3c4bf0572a99a91bea466ac9
Author: Matthias Clasen <mclasen redhat com>
Date: Tue Sep 30 00:03:25 2014 -0400
Add 3.16 deprecation macros too
gdk/gdkversionmacros.h.in | 8 ++++++++
1 files changed, 8 insertions(+), 0 deletions(-)
---
diff --git a/gdk/gdkversionmacros.h.in b/gdk/gdkversionmacros.h.in
index df4fe19..7bf503d 100644
--- a/gdk/gdkversionmacros.h.in
+++ b/gdk/gdkversionmacros.h.in
@@ -326,6 +326,14 @@
# define GDK_AVAILABLE_IN_3_14 _GDK_EXTERN
#endif
+#if GDK_VERSION_MIN_REQUIRED >= GDK_VERSION_3_16
+# define GDK_DEPRECATED_IN_3_16 GDK_DEPRECATED
+# define GDK_DEPRECATED_IN_3_16_FOR(f) GDK_DEPRECATED_FOR(f)
+#else
+# define GDK_DEPRECATED_IN_3_16 _GDK_EXTERN
+# define GDK_DEPRECATED_IN_3_16_FOR(f) _GDK_EXTERN
+#endif
+
#if GDK_VERSION_MAX_ALLOWED < GDK_VERSION_3_16
# define GDK_AVAILABLE_IN_3_16 GDK_UNAVAILABLE(3, 16)
#else
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]