File: libgimpconfig-docs.sgml

package info (click to toggle)
gimp 2.4.7-1
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 130,648 kB
  • ctags: 50,475
  • sloc: ansic: 607,353; xml: 48,593; lisp: 10,881; sh: 9,811; makefile: 9,583; python: 3,333; perl: 2,683; yacc: 523; lex: 340
file content (44 lines) | stat: -rw-r--r-- 1,487 bytes parent folder | download
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
<?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 Config Library Reference Manual</title>
    <releaseinfo>
      for GIMP <xi:include href="version" parse="text"/>
    </releaseinfo>
  </bookinfo>

  <part id="libgimpconfig">
    <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="libgimpconfig-index">
    <title>Index</title>
  </index>
  <index role="GIMP 2.4" id="libgimpconfig-index-new-in-2-4">
    <title>Index of new symbols in GIMP 2.4</title>
  </index>
  <index role="deprecated" id="libgimpconfig-index-deprecated">
    <title>Index of deprecated symbols</title>
  </index>

</book>