mirror of
https://gitlab.gnome.org/GNOME/gimp.git
synced 2025-07-04 09:53:25 +00:00

because it confuses gtk-doc and breaks some links. Also change the "Index of new symbols in GIMP 2.x" sections to be what seems to be the modern standard (looked at the GLib and GTK+ docs), and update some other stuff.
61 lines
2.3 KiB
XML
61 lines
2.3 KiB
XML
<?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="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>
|