summaryrefslogtreecommitdiff
path: root/docs/reference/libsecret/libsecret-docs.sgml
diff options
context:
space:
mode:
authorStef Walter <stefw@gnome.org>2012-02-02 14:59:59 +0100
committerStef Walter <stefw@gnome.org>2012-02-03 20:44:47 +0100
commit3edec363509ffe8b36bfbfc5de5b031aa2e7c1e6 (patch)
tree00651911c048ebecbf9e7e5f1b945aee461c7293 /docs/reference/libsecret/libsecret-docs.sgml
parent06e8436557795490d65d46ec2b313035ff928274 (diff)
downloadlibsecret-3edec363509ffe8b36bfbfc5de5b031aa2e7c1e6.tar.gz
Reference documentation
Diffstat (limited to 'docs/reference/libsecret/libsecret-docs.sgml')
-rw-r--r--docs/reference/libsecret/libsecret-docs.sgml34
1 files changed, 34 insertions, 0 deletions
diff --git a/docs/reference/libsecret/libsecret-docs.sgml b/docs/reference/libsecret/libsecret-docs.sgml
new file mode 100644
index 0000000..cd8a762
--- /dev/null
+++ b/docs/reference/libsecret/libsecret-docs.sgml
@@ -0,0 +1,34 @@
+<?xml version="1.0"?>
+<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
+ "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd" [
+<!ENTITY version SYSTEM "version.xml">
+]>
+<book id="index" xmlns:xi="http://www.w3.org/2003/XInclude">
+ <bookinfo>
+ <title>Libsecret Library Reference Manual</title>
+ <releaseinfo>
+ for libsecret &version;.
+ An online version of this documentation can be found at
+ <ulink role="online-location" url="http://developer.gnome.org/libsecret/stable/">http://developer.gnome.org/libsecret/stable/</ulink>.
+ </releaseinfo>
+ </bookinfo>
+
+ <part id="simple">
+ <title>Simple API</title>
+ <xi:include href="xml/secret-password.xml"/>
+ </part>
+
+ <part id="complete">
+ <title>Complete API</title>
+ <xi:include href="xml/secret-service.xml"/>
+ <xi:include href="xml/secret-collection.xml"/>
+ <xi:include href="xml/secret-item.xml"/>
+ <xi:include href="xml/secret-value.xml"/>
+ <xi:include href="xml/secret-prompt.xml"/>
+ <xi:include href="xml/secret-error.xml"/>
+ </part>
+
+ <xi:include href="xml/annotation-glossary.xml">
+ <xi:fallback />
+ </xi:include>
+</book>