summaryrefslogtreecommitdiff
path: root/docs/reference/libsecret/libsecret-docs.sgml
blob: 0381c5a56ce95036787a9f0b3dde42071928ad9a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
<?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="https://developer.gnome.org/libsecret/unstable/">https://developer.gnome.org/libsecret/unstable/</ulink>.
		</releaseinfo>
	</bookinfo>

	<part id="simple">
		<title>Simple API</title>
		<xi:include href="xml/secret-password.xml"/>
		<xi:include href="xml/secret-schema.xml"/>
	</part>

	<xi:include href="libsecret-examples.sgml"/>

	<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-retrievable.xml"/>
		<xi:include href="xml/secret-value.xml"/>
		<xi:include href="xml/secret-attributes.xml"/>
		<xi:include href="xml/secret-prompt.xml"/>
		<xi:include href="xml/secret-error.xml"/>
		<xi:include href="xml/secret-paths.xml"/>
		<xi:include href="xml/secret-version.xml"/>
	</part>

	<xi:include href="libsecret-using.sgml"/>

	<xi:include href="xml/migrating-libgnome-keyring.xml"/>

	<xi:include href="xml/annotation-glossary.xml">
		<xi:fallback />
	</xi:include>
</book>