summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorPhilip Withnall <philip@tecnocode.co.uk>2011-10-09 22:02:54 +0100
committerPhilip Withnall <philip@tecnocode.co.uk>2011-10-09 22:09:30 +0100
commitd8904f6c5b0e830df10157906ebfe7c612a18468 (patch)
tree33f93e9abeaf4e58fc2728bd1a3e95fe98ee7056 /README
parentc8ddd2eb7860aca9dc9764f99854bec79de8da1c (diff)
downloadlibgdata-d8904f6c5b0e830df10157906ebfe7c612a18468.tar.gz
build: Add a LIBGDATA_DISABLE_DEPRECATED build flag
This only affects installed header files, to make it easier for clients to ensure they're not using deprecated libgdata API. (If, for some reason, G_GNUC_DEPRECATED_FOR doesn't cut it for them.) It doesn't affect the compilation of libgdata.
Diffstat (limited to 'README')
-rw-r--r--README6
1 files changed, 6 insertions, 0 deletions
diff --git a/README b/README
index 6e3bfac5..2ef0388d 100644
--- a/README
+++ b/README
@@ -33,6 +33,12 @@ values, libgdata will give debug output (at various levels):
3: Output debug messages and full network traffic logs
If LIBGDATA_DEBUG is unset, no debug output will be produced.
+Deprecation guards
+==================
+
+If LIBGDATA_DISABLE_DEPRECATED is defined when compiling against libgdata, all
+deprecated API will be removed from included headers.
+
Licensing
=========