Files
gimp/devel-docs/libgimp/libgimp-docs.sgml
Sven Neumann 931eac64b3 libgimp/gimpuitypes.h moved the GimpDrawablePreview typedef to the header
2004-08-31  Sven Neumann  <sven@gimp.org>

	* libgimp/gimpuitypes.h
	* libgimpwidgets/gimpwidgetstypes.h: moved the GimpDrawablePreview
	typedef to the header file that it belongs to.

	* libgimp/gimpdrawablepreview.[ch]: minor include cleanups and
	gtk-doc fixes.

2004-08-31  Sven Neumann  <sven@gimp.org>

	* libgimp/Makefile.am
	* libgimp/libgimp-docs.sgml
	* libgimp/libgimp-sections.txt
	* libgimp/libgimp.types
	* libgimp/tmpl/gimpdrawablepreview.sgml: updated for
	GimpDrawablePreview

	* libgimpwidgets/Makefile.am
	* libgimpwidgets/libgimpwidgets-include.c: removed this file, it
	isn't needed since libgimpwidgets doesn't need to be linked
	against libgimp.

	* libgimpwidgets/libgimpwidgets-docs.sgml
	* libgimpwidgets/libgimpwidgets-sections.txt
	* libgimpwidgets/libgimpwidgets.types
	* libgimpwidgets/tmpl/gimppreview.sgml: updated for GimpPreview.
2004-08-31 09:16:47 +00:00

95 lines
3.4 KiB
XML

<?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 Library Reference Manual</title>
<releaseinfo>
for GIMP <xi:include href="version" parse="text"/>
</releaseinfo>
</bookinfo>
<part id="gimpdefinitions">
<title>GIMP Constants</title>
<xi:include href="xml/gimpenums.xml" />
</part>
<part id="libgimp">
<title>GIMP Library</title>
<partintro>
<para>
GIMP's Procedural Database (PDB) offers an interface to core
functions and to functionality provided by plug-ins. The role
of libgimp is to provide C bindings for this interface.
</para>
</partintro>
<xi:include href="xml/gimp.xml" />
<xi:include href="xml/gimpbrushes.xml" />
<xi:include href="xml/gimpchannel.xml" />
<xi:include href="xml/gimpcolor.xml" />
<xi:include href="xml/gimpconvert.xml" />
<xi:include href="xml/gimpdisplay.xml" />
<xi:include href="xml/gimpdrawable.xml" />
<xi:include href="xml/gimpedit.xml" />
<xi:include href="xml/gimpfileops.xml" />
<xi:include href="xml/gimpfloatingsel.xml" />
<xi:include href="xml/gimpfonts.xml" />
<xi:include href="xml/gimpgimprc.xml" />
<xi:include href="xml/gimpgradientedit.xml" />
<xi:include href="xml/gimpgradients.xml" />
<xi:include href="xml/gimpguides.xml" />
<xi:include href="xml/gimphelp.xml" />
<xi:include href="xml/gimpimage.xml" />
<xi:include href="xml/gimplayer.xml" />
<xi:include href="xml/gimpmessage.xml" />
<xi:include href="xml/gimppalette.xml" />
<xi:include href="xml/gimppalettes.xml" />
<xi:include href="xml/gimppaths.xml" />
<xi:include href="xml/gimppatterns.xml" />
<xi:include href="xml/gimppixelfetcher.xml" />
<xi:include href="xml/gimppixelrgn.xml" />
<xi:include href="xml/gimpregioniterator.xml" />
<xi:include href="xml/gimpplugin.xml" />
<xi:include href="xml/gimpproceduraldb.xml" />
<xi:include href="xml/gimpprogress.xml" />
<xi:include href="xml/gimpselection.xml" />
<xi:include href="xml/gimptexttool.xml" />
<xi:include href="xml/gimptile.xml" />
<xi:include href="xml/gimptools.xml" />
<xi:include href="xml/gimpundo.xml" />
<xi:include href="xml/gimpbrushselect.xml" />
<xi:include href="xml/gimpfontselect.xml" />
<xi:include href="xml/gimpgradientselect.xml" />
<xi:include href="xml/gimppaletteselect.xml" />
<xi:include href="xml/gimppatternselect.xml" />
</part>
<part id="libgimpui">
<title>GIMP User Interface Library</title>
<chapter id="libgimpui-hierarchy">
<title>Object Hierarchy</title>
<xi:include href="xml/tree_index.sgml" />
</chapter>
<xi:include href="xml/gimpui.xml" />
<xi:include href="xml/gimpexport.xml" />
<xi:include href="xml/gimpdrawablepreview.xml" />
<xi:include href="xml/gimpdrawablecombobox.xml" />
<xi:include href="xml/gimpimagecombobox.xml" />
<xi:include href="xml/gimppixbuf.xml" />
<xi:include href="xml/gimpmenu.xml" />
<xi:include href="xml/gimpbrushmenu.xml" />
<xi:include href="xml/gimpfontmenu.xml" />
<xi:include href="xml/gimpgradientmenu.xml" />
<xi:include href="xml/gimppalettemenu.xml" />
<xi:include href="xml/gimppatternmenu.xml" />
</part>
</book>