[gtk+/gestures: 1/117] gdk: Add 3.14 version macros



commit 224eaf46a5665990de9110347f74f542a59acf07
Author: Carlos Garnacho <carlosg gnome org>
Date:   Thu Feb 27 15:19:01 2014 +0100

    gdk: Add 3.14 version macros

 gdk/gdkversionmacros.h.in |   10 ++++++++++
 1 files changed, 10 insertions(+), 0 deletions(-)
---
diff --git a/gdk/gdkversionmacros.h.in b/gdk/gdkversionmacros.h.in
index 79f0d40..74339af 100644
--- a/gdk/gdkversionmacros.h.in
+++ b/gdk/gdkversionmacros.h.in
@@ -122,6 +122,16 @@
  */
 #define GDK_VERSION_3_12        (G_ENCODE_VERSION (3, 12))
 
+/**
+ * GDK_VERSION_3_14:
+ *
+ * A macro that evaluates to the 3.12 version of GDK, in a format
+ * that can be used by the C pre-processor.
+ *
+ * Since: 3.14
+ */
+#define GDK_VERSION_3_14        (G_ENCODE_VERSION (3, 14))
+
 
 /* evaluates to the current stable version; for development cycles,
  * this means the next stable target


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