diff options
author | Cosimo Cecchi <cosimoc@gnome.org> | 2012-04-18 13:23:29 -0400 |
---|---|---|
committer | Cosimo Cecchi <cosimoc@gnome.org> | 2012-04-18 13:23:29 -0400 |
commit | 8febbcaf6a049e5d62a851b76522783bdb43ec94 (patch) | |
tree | 1f7c4629e5f738d9c5e6e6becfffa54713fd6069 /gdk | |
parent | 4118e135969acaaedd711859dceb1fee61a159e1 (diff) | |
download | gtk+-8febbcaf6a049e5d62a851b76522783bdb43ec94.tar.gz |
gdk: add missing GDK_VERSION_3_6 symbol
Diffstat (limited to 'gdk')
-rw-r--r-- | 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 443c286b93..647acb21a3 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 |