blob: 324cdacd36e2af9b6d4b65be23e09d2d4aa5bbbc (
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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
|
<?xml version='1.0'?>
<book id='index' xmlns:xi='http://www.w3.org/2001/XInclude'>
<bookinfo>
<title>dconf Reference Manual</title>
<releaseinfo>
The latest version of this documentation can be found on-line at
<ulink role='online-location' url='http://library.gnome.org/devel/dconf/unstable/'>http://library.gnome.org/devel/dconf/unstable/</ulink>.
</releaseinfo>
</bookinfo>
<xi:include href="dconf-overview.xml"/>
<chapter>
<title>DConf Client API</title>
<xi:include href='xml/error.xml'/>
<xi:include href='xml/paths.xml'/>
<xi:include href='xml/changeset.xml'/>
<xi:include href='xml/client.xml'/>
</chapter>
<chapter id='object-tree'>
<title>Object Hierarchy</title>
<xi:include href='xml/tree_index.sgml'/>
<xi:include href='xml/object_index.sgml'/>
</chapter>
<chapter id='programs'>
<title>Programs</title>
<xi:include href='dconf-service.xml'/>
<xi:include href='dconf-tool.xml'/>
</chapter>
<index id='api-index-full'>
<title>API Index</title>
<xi:include href='xml/api-index-full.xml'><xi:fallback /></xi:include>
<xi:include href='xml/api-index-deprecated.xml'><xi:fallback /></xi:include>
</index>
<index id='api-index-0.16' role='0.16'>
<title>Index of new symbols in 0.16</title>
<xi:include href='xml/api-index-0.16.xml'/>
</index>
<index id='api-index-0.18' role='0.18'>
<title>Index of new symbols in 0.18</title>
<xi:include href='xml/api-index-0.18.xml'/>
</index>
<index id='api-index-0.20' role='0.20'>
<title>Index of new symbols in 0.20</title>
<xi:include href='xml/api-index-0.20.xml'/>
</index>
<index id='api-index-0.26' role='0.26'>
<title>Index of new symbols in 0.26</title>
<xi:include href='xml/api-index-0.26.xml'/>
</index>
<xi:include href='xml/annotation-glossary.xml'/>
</book>
|