File: gegl-docs.xml

package info (click to toggle)
gegl 1%3A0.4.66-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 33,032 kB
  • sloc: ansic: 241,723; cpp: 4,529; lisp: 3,614; xml: 2,724; python: 1,208; ruby: 1,205; sh: 182; makefile: 35; javascript: 6
file content (87 lines) | stat: -rw-r--r-- 3,346 bytes parent folder | download | duplicates (4)
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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
<?xml version="1.0"?>
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
               "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
<!ENTITY % local.common.attrib "xmlns:xi  CDATA  #FIXED 'http://www.w3.org/2003/XInclude'">
<!ENTITY version SYSTEM "version.xml">
<!ENTITY pi "&#960;">
<!ENTITY solidus "&#8260;">
]>
<book id="index" xmlns:xi="http://www.w3.org/2003/XInclude">
  <bookinfo>
    <title>GEGL Reference Manual</title>
    <releaseinfo>
      This document is for the GEGL library
    </releaseinfo>
  </bookinfo>

  <part id="gegl">
    <title>GEGL Overview</title>
    <!-- <xi:include href="overview.xml"/> -->
  </part>

  <chapter id="GeglBuffer">
    <title>GeglBuffer</title>
    <xi:include href="xml/gegl-buffer.xml" />
    <xi:include href="xml/gegl-buffer-iterator.xml" />
    <xi:include href="xml/gegl-buffer-enums.xml" />
    <xi:include href="xml/gegl-buffer-backend.xml" />
    <xi:include href="xml/gegl-buffer-matrix2.xml" />
  </chapter>

  <chapter id="Graph">
    <title>Graph</title>
    <xi:include href="xml/gegl-node.xml" />
    <xi:include href="xml/gegl-pad.xml" />
    <xi:include href="xml/gegl-connection.xml" />
    <xi:include href="xml/gegl-processor.xml" />
  </chapter>

  <chapter id="Operations">
    <title>Operations</title>
    <xi:include href="xml/gegl-operation.xml" />
    <xi:include href="xml/gegl-operations.xml" />
    <xi:include href="xml/gegl-operations-util.xml" />
    <xi:include href="xml/gegl-operation-area-filter.xml" />
    <xi:include href="xml/gegl-operation-filter.xml" />
    <xi:include href="xml/gegl-operation-composer.xml" />
    <xi:include href="xml/gegl-operation-composer3.xml" />
    <xi:include href="xml/gegl-operation-sink.xml" />
    <xi:include href="xml/gegl-operation-source.xml" />
    <xi:include href="xml/gegl-operation-point-filter.xml" />
    <xi:include href="xml/gegl-operation-point-render.xml" />
    <xi:include href="xml/gegl-operation-point-composer.xml" />
    <xi:include href="xml/gegl-operation-point-composer3.xml" />
    <xi:include href="xml/gegl-operation-handlers.xml" />
    <xi:include href="xml/gegl-operation-meta.xml" />
    <xi:include href="xml/gegl-operation-meta-json.xml" />
    <xi:include href="xml/gegl-operation-temporal.xml" />
    <xi:include href="xml/gegl-operation-property-keys.xml" />
    <xi:include href="xml/gegl-op.xml" />
  </chapter>

  <chapter id="Metadata">
    <title>Image File Metadata</title>
    <xi:include href="xml/gegl-metadata.xml" />
    <xi:include href="xml/gegl-metadatastore.xml" />
    <xi:include href="xml/gegl-metadatahash.xml" />
  </chapter>

  <chapter id="Misc">
    <title>Misc</title>
    <xi:include href="xml/gegl-types.xml" />
    <xi:include href="xml/gegl-init.xml" />
    <xi:include href="xml/gegl-lookup.xml" />
    <xi:include href="xml/gegl-apply.xml" />
    <xi:include href="xml/gegl-matrix.xml" />
    <xi:include href="xml/gegl-memory.xml" />
    <xi:include href="xml/gegl-audio-fragment.xml" />
    <xi:include href="xml/gegl-path.xml" />
    <xi:include href="xml/gegl-color.xml" />
    <xi:include href="xml/gegl-rectangle.xml" />
    <xi:include href="xml/gegl-scratch.xml" />
    <xi:include href="xml/gegl-utils.xml" />
    <xi:include href="xml/gegl-version.xml" />
    <xi:include href="xml/gegl-debug.xml" />
  </chapter>

</book>