mirror of
https://gitlab.gnome.org/GNOME/gimp.git
synced 2025-07-04 17:59:37 +00:00

2004-07-29 Sven Neumann <sven@gimp.org> * app/core/core-enums.h: removed enums GimpImageType and GimpImageBaseType ... * libgimpbase/gimpbaseenums.h: ... and added them here. Also moved all enums from gimpbasetypes.h to this new file. * libgimpbase/Makefile.am * tools/pdbgen/Makefile.am: changed accordingly. * app/core/core-enums.c * libgimp/gimpenums.h * libgimpbase/gimpbaseenums.c * tools/pdbgen/enums.pl: regenerated. * libgimpbase/gimpparasite.c * libgimpbase/gimpprotocol.c * libgimp/gimp.c: include <glib-object.h> * libgimpbase/gimpbasetypes.[ch]: added API to set and get a translation domain on a GType. This is used for translatable enum values. * libgimpbase/gimputils.[ch]: added API to retrieve the translated name for an enum value. * app/widgets/gimpenumstore.c * app/widgets/gimpenumwidgets.c: use the new API in libgimpbase.
32 lines
1.1 KiB
XML
32 lines
1.1 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 Base Library Reference Manual</title>
|
|
<releaseinfo>
|
|
for GIMP <xi:include href="version" parse="text"/>
|
|
</releaseinfo>
|
|
</bookinfo>
|
|
|
|
<part id="libgimpbase">
|
|
<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/gimpdatafiles.xml" />
|
|
<xi:include href="xml/gimpenv.xml" />
|
|
<xi:include href="xml/gimpmemsize.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/gimpprotocol.xml" />
|
|
<xi:include href="xml/gimpwire.xml" />
|
|
</part>
|
|
|
|
</book>
|