~ubuntu-branches/ubuntu/jaunty/gimp/jaunty-security

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
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN" 
               "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd">

<book id="index" xmlns:xi="http://www.w3.org/2001/XInclude">

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

  <part id="libgimpbase">
    <title>GIMP Base Library</title>
    <xi:include href="xml/gimpbaseenums.xml" />
    <xi:include href="xml/gimpbasetypes.xml" />
    <xi:include href="xml/gimpversion.xml" />
    <xi:include href="xml/gimplimits.xml" />
    <xi:include href="xml/gimpparam.xml" />
    <xi:include href="xml/gimpchecks.xml" />
    <xi:include href="xml/gimpcpuaccel.xml" />
    <xi:include href="xml/gimpdatafiles.xml" />
    <xi:include href="xml/gimpenv.xml" />
    <xi:include href="xml/gimpmemsize.xml" />
    <xi:include href="xml/gimprectangle.xml" />
    <xi:include href="xml/gimpparasite.xml" />
    <xi:include href="xml/gimpparasiteio.xml" />
    <xi:include href="xml/gimpsignal.xml" />
    <xi:include href="xml/gimpunit.xml" />
    <xi:include href="xml/gimputils.xml" />
  </part>

  <index id="libgimpbase-index">
    <title>Index</title>
  </index>
  <index role="GIMP 2.2" id="libgimpbase-index-new-in-2-2">
    <title>Index of new symbols in GIMP 2.2</title>
  </index>
  <index role="GIMP 2.4" id="libgimpbase-index-new-in-2-4">
    <title>Index of new symbols in GIMP 2.4</title>
  </index>
  <index role="GIMP 2.6" id="libgimpbase-index-new-in-2-6">
    <title>Index of new symbols in GIMP 2.6</title>
  </index>
  <index role="deprecated" id="libgimpbase-index-deprecated">
    <title>Index of deprecated symbols</title>
  </index>

</book>