summaryrefslogtreecommitdiffstats
path: root/devel-docs/libgimpbase/libgimpbase-docs.sgml
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-07 18:30:19 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-07 18:30:19 +0000
commit5c1676dfe6d2f3c837a5e074117b45613fd29a72 (patch)
treecbffb45144febf451e54061db2b21395faf94bfe /devel-docs/libgimpbase/libgimpbase-docs.sgml
parentInitial commit. (diff)
downloadgimp-5c1676dfe6d2f3c837a5e074117b45613fd29a72.tar.xz
gimp-5c1676dfe6d2f3c837a5e074117b45613fd29a72.zip
Adding upstream version 2.10.34.upstream/2.10.34upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'devel-docs/libgimpbase/libgimpbase-docs.sgml')
-rw-r--r--devel-docs/libgimpbase/libgimpbase-docs.sgml65
1 files changed, 65 insertions, 0 deletions
diff --git a/devel-docs/libgimpbase/libgimpbase-docs.sgml b/devel-docs/libgimpbase/libgimpbase-docs.sgml
new file mode 100644
index 0000000..4520922
--- /dev/null
+++ b/devel-docs/libgimpbase/libgimpbase-docs.sgml
@@ -0,0 +1,65 @@
+<?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="libgimpbase" xmlns:xi="http://www.w3.org/2003/XInclude">
+
+ <bookinfo>
+ <title>GIMP Base Library Reference Manual</title>
+ <releaseinfo>
+ for GIMP <xi:include href="version" parse="text"/>
+ </releaseinfo>
+ </bookinfo>
+
+ <part>
+ <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/gimpmetadata.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" />
+ <xi:include href="xml/gimpvaluearray.xml" />
+ </part>
+
+ <index id="api-index-full">
+ <title id="index-all">Index</title>
+ <xi:include href="xml/api-index-full.xml"><xi:fallback /></xi:include>
+ </index>
+ <index role="2.2" id="api-index-2-2">
+ <title>Index of new symbols in GIMP 2.2</title>
+ <xi:include href="xml/api-index-2.2.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.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="2.10.10" id="api-index-2-10-10">
+ <title>Index of new symbols in GIMP 2.10.10</title>
+ <xi:include href="xml/api-index-2.10.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>