summaryrefslogtreecommitdiff
path: root/gdk-pixbuf/gdk-pixbuf.h
diff options
context:
space:
mode:
authorChun-wei Fan <fanchunwei@src.gnome.org>2016-06-02 17:14:27 +0800
committerChun-wei Fan <fanchunwei@src.gnome.org>2016-06-07 16:08:40 +0800
commit0c479224642498769daf3144a67f64bdb0714424 (patch)
treeb264c3775534dbc0107a8f1f0ae30e145f668aa6 /gdk-pixbuf/gdk-pixbuf.h
parentf0312dd9277178691442a0b23e0547fb59c6bf16 (diff)
downloadgdk-pixbuf-0c479224642498769daf3144a67f64bdb0714424.tar.gz
Add version macro header
Add a version macro header that would reveal the availability of the various APIs, which is used to indicate what stable release series an API is available, and what release series is an API deprecated. This is also used to export the symbols using compiler directives, which would eliminate the need to maintain .symbols files. Annotate the symbols in the pubic headers accordingly, and update the doc sections file so that the macros are included in the documentation. https://bugzilla.gnome.org/show_bug.cgi?id=767164
Diffstat (limited to 'gdk-pixbuf/gdk-pixbuf.h')
-rw-r--r--gdk-pixbuf/gdk-pixbuf.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gdk-pixbuf/gdk-pixbuf.h b/gdk-pixbuf/gdk-pixbuf.h
index cecd9622f..0770b2fd9 100644
--- a/gdk-pixbuf/gdk-pixbuf.h
+++ b/gdk-pixbuf/gdk-pixbuf.h
@@ -27,6 +27,7 @@
#define GDK_PIXBUF_H_INSIDE
#include <glib.h>
+#include <gdk-pixbuf/gdk-pixbuf-macros.h>
#include <gdk-pixbuf/gdk-pixbuf-features.h>
#include <glib-object.h>