summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJens Georg <mail@jensge.org>2015-05-10 16:37:34 +0200
committerJens Georg <mail@jensge.org>2015-05-10 16:50:55 +0200
commit5e72cec3a5b63195703fc452236ceedb3540bc69 (patch)
tree9ee4e0be2fead02f8a3cfbde11a5cc8a86301948 /doc
parent9eca22a207f09b9d481b96dcae840effd24a337e (diff)
downloadgupnp-5e72cec3a5b63195703fc452236ceedb3540bc69.tar.gz
Add gupnp_get_uuid() helper function
Signed-off-by: Jens Georg <mail@jensge.org>
Diffstat (limited to 'doc')
-rw-r--r--doc/gupnp-docs.xml1
-rw-r--r--doc/gupnp-sections.txt6
2 files changed, 7 insertions, 0 deletions
diff --git a/doc/gupnp-docs.xml b/doc/gupnp-docs.xml
index 17ce5f7..a621b68 100644
--- a/doc/gupnp-docs.xml
+++ b/doc/gupnp-docs.xml
@@ -86,6 +86,7 @@
<xi:include href="xml/gupnp-xml-doc.xml"/>
<xi:include href="xml/gupnp-error.xml"/>
<xi:include href="xml/gupnp-types.xml"/>
+ <xi:include href="xml/gupnp-misc.xml"/>
</chapter>
<chapter id="api-tools">
diff --git a/doc/gupnp-sections.txt b/doc/gupnp-sections.txt
index cb9b867..e3b0e79 100644
--- a/doc/gupnp-sections.txt
+++ b/doc/gupnp-sections.txt
@@ -497,3 +497,9 @@ GUPNP_ACL_GET_INTERFACE
GUPNP_IS_ACL
GUPNP_TYPE_ACL
</SECTION>
+
+<SECTION>
+<FILE>gupnp-misc</FILE>
+<TITLE>Utility functions</TITLE>
+gupnp_get_uuid
+</SECTION>