diff options
author | Chun-wei Fan <fanchunwei@src.gnome.org> | 2014-07-04 18:18:32 +0800 |
---|---|---|
committer | Chun-wei Fan <fanchunwei@src.gnome.org> | 2014-08-15 09:45:41 +0800 |
commit | 94380459c1e33c0f47a7f21a3608d7966aaf9208 (patch) | |
tree | bb539aaae0e903289c62a3407d79b140d33e0f94 /Makefile-girepository.am | |
parent | 4bfe7f1da88c6bd73cc51666a13840661ab9edb1 (diff) | |
download | gobject-introspection-94380459c1e33c0f47a7f21a3608d7966aaf9208.tar.gz |
girepository: Add Header for Version Macros
This adds a header to the girepository library, which is then included
either directly or indirectly by the other headers so that all the public
symbols (and the 2 symbols in gitypelib-internal.h used by the tools) are
decorated by a macro, that can later be used to export the symbols and also
to be used to display compile-time warnings for usage of deprecated APIs,
which is like what is now being done in GLib (and GTK+, Clutter, and so
on).
This marks the first step that we begin to stop depending on the .symbols/
.def files to export the symbols.
https://bugzilla.gnome.org/show_bug.cgi?id=732669
Diffstat (limited to 'Makefile-girepository.am')
-rw-r--r-- | Makefile-girepository.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile-girepository.am b/Makefile-girepository.am index 1f956ed0..19db3e0a 100644 --- a/Makefile-girepository.am +++ b/Makefile-girepository.am @@ -22,6 +22,7 @@ girepo_HEADERS = \ girepository/gitypelib.h \ girepository/gitypes.h \ girepository/giunioninfo.h \ + girepository/giversionmacros.h \ girepository/givfuncinfo.h lib_LTLIBRARIES += libgirepository-1.0.la |