Add version information related functions

This commit is contained in:
2014-07-05 22:57:34 +02:00
parent 8a5d700d93
commit 75a9318629
7 changed files with 127 additions and 1 deletions

View File

@@ -32,6 +32,7 @@
<xi:include href="xml/swe-glib.xml"/>
<xi:include href="xml/gswe-moment.xml"/>
<xi:include href="xml/gswe-timestamp.xml"/>
<xi:include href="xml/gswe-version.xml"/>
</chapter>
<chapter id="object-tree">

View File

@@ -309,3 +309,11 @@ GSWE_ERROR
gswe_init
</SECTION>
<SECTION>
<FILE>gswe-version</FILE>
GSWE_MAJOR_VERSION
GSWE_MINOR_VERSION
GSWE_MICRO_VERSION
GSWE_CHECK_VERSION
gswe_check_version
</SECTION>