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

« back to all changes in this revision

Viewing changes to devel-docs/libgimpconfig/libgimpconfig-docs.sgml

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Holbach
  • Date: 2007-05-02 16:33:03 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20070502163303-bvzhjzbpw8qglc4y
Tags: 2.3.16-1ubuntu1
* Resynchronized with Debian, remaining Ubuntu changes:
  - debian/rules: i18n magic.
* debian/control.in:
  - Maintainer: Ubuntu Core Developers <ubuntu-devel@lists.ubuntu.com>
* debian/patches/02_help-message.patch,
  debian/patches/03_gimp.desktop.in.in.patch,
  debian/patches/10_dont_show_wizard.patch: updated.
* debian/patches/04_composite-signedness.patch,
  debian/patches/05_add-letter-spacing.patch: dropped, used upstream.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="UTF-8" ?>
 
2
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN" 
 
3
               "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd">
 
4
 
 
5
<book id="index" xmlns:xi="http://www.w3.org/2001/XInclude">
 
6
 
 
7
  <bookinfo>
 
8
    <title>GIMP Config Library Reference Manual</title>
 
9
    <releaseinfo>
 
10
      for GIMP <xi:include href="version" parse="text"/>
 
11
    </releaseinfo>
 
12
  </bookinfo>
 
13
 
 
14
  <part id="libgimpconfig">
 
15
    <title>GIMP Config Library</title>
 
16
 
 
17
    <chapter id="libgimpconfig-hierarchy">
 
18
      <title>Object Hierarchy</title>
 
19
      <xi:include href="xml/tree_index.sgml" />
 
20
    </chapter>    
 
21
 
 
22
    <xi:include href="xml/gimpconfig-iface.xml" />
 
23
    <xi:include href="xml/gimpconfig-deserialize.xml" />
 
24
    <xi:include href="xml/gimpconfig-serialize.xml" />
 
25
    <xi:include href="xml/gimpconfig-error.xml" />
 
26
    <xi:include href="xml/gimpconfig-params.xml" />
 
27
    <xi:include href="xml/gimpconfig-path.xml" />
 
28
    <xi:include href="xml/gimpconfig-utils.xml" />
 
29
    <xi:include href="xml/gimpconfigwriter.xml" />
 
30
    <xi:include href="xml/gimpscanner.xml" />
 
31
    <xi:include href="xml/gimpcolorconfig.xml" />
 
32
  </part>
 
33
 
 
34
  <index id="libgimpconfig-index">
 
35
    <title>Index</title>
 
36
  </index>
 
37
  <index role="GIMP 2.4" id="libgimpconfig-index-new-in-2-4">
 
38
    <title>Index of new symbols in GIMP 2.4</title>
 
39
  </index>
 
40
  <index role="deprecated" id="libgimpconfig-index-deprecated">
 
41
    <title>Index of deprecated symbols</title>
 
42
  </index>
 
43
 
 
44
</book>