summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorVincent Untz <vuntz@gnome.org>2011-01-20 01:55:03 +0100
committerVincent Untz <vuntz@gnome.org>2011-01-20 15:47:49 +0100
commit26500d170a6faa8fb4158bd0157763ed2a847bc0 (patch)
tree32367d674778956fad03633a1de81cdd23047ba2 /doc
parent48248f23e269baeec02a2dbb93a831627dc2dfec (diff)
downloadlibwnck-26500d170a6faa8fb4158bd0157763ed2a847bc0.tar.gz
core: Add version.h to provide macros to know libwnck version
Diffstat (limited to 'doc')
-rw-r--r--doc/libwnck-docs.sgml4
-rw-r--r--doc/libwnck-sections.txt9
-rw-r--r--doc/tmpl/version.sgml53
3 files changed, 66 insertions, 0 deletions
diff --git a/doc/libwnck-docs.sgml b/doc/libwnck-docs.sgml
index 3c59f7b..07aa26b 100644
--- a/doc/libwnck-docs.sgml
+++ b/doc/libwnck-docs.sgml
@@ -69,6 +69,7 @@ that case.
<title>Libwnck Utilities</title>
<xi:include href="xml/resource.xml"/>
<xi:include href="xml/misc.xml"/>
+ <xi:include href="xml/version.xml"/>
</part>
<part id="indexes">
@@ -109,6 +110,9 @@ that case.
<index role="2.22">
<title>Index of new symbols in 2.22</title>
</index>
+ <index role="3.0">
+ <title>Index of new symbols in 3.0</title>
+ </index>
</part>
<xi:include href="xml/annotation-glossary.xml"><xi:fallback /></xi:include>
</book>
diff --git a/doc/libwnck-sections.txt b/doc/libwnck-sections.txt
index 134ddac..1e68235 100644
--- a/doc/libwnck-sections.txt
+++ b/doc/libwnck-sections.txt
@@ -334,6 +334,15 @@ wnck_pid_read_resource_usage
<TITLE>Miscellaneous Functions</TITLE>
WnckClientType
wnck_set_client_type
+</SECTION>
+
+<SECTION>
+<FILE>version</FILE>
+<TITLE>Version Information</TITLE>
+WNCK_MAJOR_VERSION
+WNCK_MINOR_VERSION
+WNCK_MICRO_VERSION
+WNCK_CHECK_VERSION
#</SECTION>
# Ignored
diff --git a/doc/tmpl/version.sgml b/doc/tmpl/version.sgml
new file mode 100644
index 0000000..a5bc9c8
--- /dev/null
+++ b/doc/tmpl/version.sgml
@@ -0,0 +1,53 @@
+<!-- ##### SECTION Title ##### -->
+Version Information
+
+<!-- ##### SECTION Short_Description ##### -->
+
+
+<!-- ##### SECTION Long_Description ##### -->
+<para>
+
+</para>
+
+<!-- ##### SECTION See_Also ##### -->
+<para>
+
+</para>
+
+<!-- ##### SECTION Stability_Level ##### -->
+
+
+<!-- ##### SECTION Image ##### -->
+
+
+<!-- ##### MACRO WNCK_MAJOR_VERSION ##### -->
+<para>
+
+</para>
+
+
+
+<!-- ##### MACRO WNCK_MINOR_VERSION ##### -->
+<para>
+
+</para>
+
+
+
+<!-- ##### MACRO WNCK_MICRO_VERSION ##### -->
+<para>
+
+</para>
+
+
+
+<!-- ##### MACRO WNCK_CHECK_VERSION ##### -->
+<para>
+
+</para>
+
+@major:
+@minor:
+@micro:
+
+