[gtk+] gdk: add missing GDK_VERSION_3_6 symbol



commit 8febbcaf6a049e5d62a851b76522783bdb43ec94
Author: Cosimo Cecchi <cosimoc gnome org>
Date:   Wed Apr 18 13:23:29 2012 -0400

    gdk: add missing GDK_VERSION_3_6 symbol

 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 443c286..647acb2 100644
--- a/gdk/gdkversionmacros.h.in
+++ b/gdk/gdkversionmacros.h.in
@@ -80,6 +80,16 @@
  */
 #define GDK_VERSION_3_4         (G_ENCODE_VERSION (3, 4))
 
+/**
+ * GDK_VERSION_3_6:
+ *
+ * A macro that evaluates to the 3.6 version of GDK, in a format
+ * that can be used by the C pre-processor.
+ *
+ * Since: 3.6
+ */
+#define GDK_VERSION_3_6         (G_ENCODE_VERSION (3, 6))
+
 
 /* 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]