diff options
author | Holger Berndt <hb@gnome.org> | 2011-09-25 02:24:03 +0200 |
---|---|---|
committer | Holger Berndt <hb@gnome.org> | 2011-09-28 00:08:38 +0200 |
commit | e1ab283e0a347bea06398953f9ad6eeba4e891c5 (patch) | |
tree | 8a333f5727efb2763912b87ac5a28bbf011efcfb /docs | |
parent | ae0a5b82645767367616ce21999bafe7722f4530 (diff) | |
download | libgdata-e1ab283e0a347bea06398953f9ad6eeba4e891c5.tar.gz |
Add version check preprocessor macros
https://bugzilla.gnome.org/show_bug.cgi?id=660038
Diffstat (limited to 'docs')
-rw-r--r-- | docs/reference/gdata-docs.xml | 1 | ||||
-rw-r--r-- | docs/reference/gdata-sections.txt | 9 |
2 files changed, 10 insertions, 0 deletions
diff --git a/docs/reference/gdata-docs.xml b/docs/reference/gdata-docs.xml index 41e01573..fff7dbaf 100644 --- a/docs/reference/gdata-docs.xml +++ b/docs/reference/gdata-docs.xml @@ -25,6 +25,7 @@ <title>Core API</title> <chapter> <title>Core API</title> + <xi:include href="xml/gdata-version.xml"/> <xi:include href="xml/gdata-service.xml"/> <xi:include href="xml/gdata-query.xml"/> <xi:include href="xml/gdata-feed.xml"/> diff --git a/docs/reference/gdata-sections.txt b/docs/reference/gdata-sections.txt index 2da91d19..80b378da 100644 --- a/docs/reference/gdata-sections.txt +++ b/docs/reference/gdata-sections.txt @@ -1,4 +1,13 @@ <SECTION> +<FILE>gdata-version</FILE> +<TITLE>Version Information</TITLE> +GDATA_MAJOR_VERSION +GDATA_MINOR_VERSION +GDATA_MICRO_VERSION +GDATA_CHECK_VERSION +</SECTION> + +<SECTION> <FILE>gdata-service</FILE> <TITLE>GDataService</TITLE> GDataService |