summaryrefslogtreecommitdiffstats
path: root/devel-docs/libgimpconfig/libgimpconfig-docs.sgml
blob: 800d0dfcda0b98cdebe93732f6f7171aac7fc66f (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
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE book PUBLIC '-//OASIS//DTD DocBook XML V4.5//EN'
                      'http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd'>

<book lang="en" id="libgimpconfig" xmlns:xi="http://www.w3.org/2003/XInclude">

  <bookinfo>
    <title>GIMP Config Library Reference Manual</title>
    <releaseinfo>
      for GIMP <xi:include href="version" parse="text"/>
    </releaseinfo>
  </bookinfo>

  <part>
    <title>GIMP Config Library</title>

    <chapter id="libgimpconfig-hierarchy">
      <title>Object Hierarchy</title>
      <xi:include href="xml/tree_index.sgml" />
    </chapter>    

    <xi:include href="xml/gimpconfig-iface.xml" />
    <xi:include href="xml/gimpconfig-deserialize.xml" />
    <xi:include href="xml/gimpconfig-serialize.xml" />
    <xi:include href="xml/gimpconfig-error.xml" />
    <xi:include href="xml/gimpconfig-params.xml" />
    <xi:include href="xml/gimpconfig-path.xml" />
    <xi:include href="xml/gimpconfig-utils.xml" />
    <xi:include href="xml/gimpconfigwriter.xml" />
    <xi:include href="xml/gimpscanner.xml" />
    <xi:include href="xml/gimpcolorconfig.xml" />
  </part>

  <index id="api-index-full">
    <title>Index</title>
    <xi:include href="xml/api-index-full.xml"><xi:fallback /></xi:include>
  </index>
  <index role="2.4" id="api-index-2-4">
    <title>Index of new symbols in GIMP 2.4</title>
    <xi:include href="xml/api-index-2.4.xml"><xi:fallback /></xi:include>
  </index>
  <index role="2.6" id="api-index-2-6">
    <title>Index of new symbols in GIMP 2.6</title>
    <xi:include href="xml/api-index-2.6.xml"><xi:fallback /></xi:include>
  </index>
  <index role="2.8" id="api-index-2-8">
    <title>Index of new symbols in GIMP 2.8</title>
    <xi:include href="xml/api-index-2.8.xml"><xi:fallback /></xi:include>
  </index>
  <index role="2.10" id="api-index-2-10">
    <title>Index of new symbols in GIMP 2.10</title>
    <xi:include href="xml/api-index-2.10.xml"><xi:fallback /></xi:include>
  </index>
  <index role="deprecated" id="api-index-deprecated">
    <title>Index of deprecated symbols</title>
    <xi:include href="xml/api-index-deprecated.xml"><xi:fallback /></xi:include>
  </index>

</book>