2004-09-22 Michael Natterer <mitch@gimp.org> * tools/pdbgen/Makefile.am * tools/pdbgen/groups.pl * tools/pdbgen/pdb/palette.pdb: removed the "Palette" pdb group... * tools/pdbgen/pdb/context.pdb: and added its functions to the "Context" namespace instead. * app/pdb/Makefile.am * app/pdb/palette_cmds.c: removed. * app/pdb/procedural_db.c: added them to the pdb_compat hash table. * libgimp/Makefile.am * libgimp/gimppalette_pdb.[ch]: removed. * libgimp/gimppalette.[ch]: new files holding compat functions which call gimp_context_*() functions. * libgimp/gimp.h * libgimp/gimpui.c: changed accordingly. * app/pdb/context_cmds.c * app/pdb/internal_procs.c * libgimp/gimp_pdb.h * libgimp/gimpcontext_pdb.[ch]: regenerated. * plug-ins/MapObject/mapobject_image.c * plug-ins/MapObject/mapobject_preview.c * plug-ins/common/apply_lens.c * plug-ins/common/blinds.c * plug-ins/common/borderaverage.c * plug-ins/common/checkerboard.c * plug-ins/common/colortoalpha.c * plug-ins/common/cubism.c * plug-ins/common/exchange.c * plug-ins/common/film.c * plug-ins/common/gif.c * plug-ins/common/grid.c * plug-ins/common/mapcolor.c * plug-ins/common/mblur.c * plug-ins/common/mng.c * plug-ins/common/mosaic.c * plug-ins/common/papertile.c * plug-ins/common/png.c * plug-ins/common/polar.c * plug-ins/common/semiflatten.c * plug-ins/common/sinus.c * plug-ins/common/sparkle.c * plug-ins/common/vpropagate.c * plug-ins/common/warp.c * plug-ins/common/whirlpinch.c * plug-ins/gfig/gfig-style.c * plug-ins/gfli/gfli.c * plug-ins/ifscompose/ifscompose.c * plug-ins/maze/handy.c * plug-ins/pagecurl/pagecurl.c * plug-ins/pygimp/gimpmodule.c * plug-ins/script-fu/scripts/*.scm: changed accordingly.
68 lines
2.4 KiB
C
68 lines
2.4 KiB
C
/* LIBGIMP - The GIMP Library
|
|
* Copyright (C) 1995-2003 Peter Mattis and Spencer Kimball
|
|
*
|
|
* gimp_pdb.h
|
|
*
|
|
* This library is free software; you can redistribute it and/or
|
|
* modify it under the terms of the GNU Lesser General Public
|
|
* License as published by the Free Software Foundation; either
|
|
* version 2 of the License, or (at your option) any later version.
|
|
*
|
|
* This library is distributed in the hope that it will be useful,
|
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
* Lesser General Public License for more details.
|
|
*
|
|
* You should have received a copy of the GNU Lesser General Public
|
|
* License along with this library; if not, write to the
|
|
* Free Software Foundation, Inc., 59 Temple Place - Suite 330,
|
|
* Boston, MA 02111-1307, USA.
|
|
*/
|
|
|
|
/* NOTE: This file is autogenerated by pdbgen.pl */
|
|
|
|
#ifndef __GIMP_PDB_H__
|
|
#define __GIMP_PDB_H__
|
|
|
|
#include <libgimp/gimpbrushes_pdb.h>
|
|
#include <libgimp/gimpbrushselect_pdb.h>
|
|
#include <libgimp/gimpchannel_pdb.h>
|
|
#include <libgimp/gimpcolor_pdb.h>
|
|
#include <libgimp/gimpcontext_pdb.h>
|
|
#include <libgimp/gimpconvert_pdb.h>
|
|
#include <libgimp/gimpdisplay_pdb.h>
|
|
#include <libgimp/gimpdrawable_pdb.h>
|
|
#include <libgimp/gimpedit_pdb.h>
|
|
#include <libgimp/gimpfileops_pdb.h>
|
|
#include <libgimp/gimpfloatingsel_pdb.h>
|
|
#include <libgimp/gimpfonts_pdb.h>
|
|
#include <libgimp/gimpfontselect_pdb.h>
|
|
#include <libgimp/gimpgimprc_pdb.h>
|
|
#include <libgimp/gimpgradientedit_pdb.h>
|
|
#include <libgimp/gimpgradients_pdb.h>
|
|
#include <libgimp/gimpgradientselect_pdb.h>
|
|
#include <libgimp/gimpguides_pdb.h>
|
|
#include <libgimp/gimphelp_pdb.h>
|
|
#include <libgimp/gimpimage_pdb.h>
|
|
#include <libgimp/gimplayer_pdb.h>
|
|
#include <libgimp/gimpmessage_pdb.h>
|
|
#include <libgimp/gimpmisc_pdb.h>
|
|
#include <libgimp/gimppainttools_pdb.h>
|
|
#include <libgimp/gimppalettes_pdb.h>
|
|
#include <libgimp/gimppaletteselect_pdb.h>
|
|
#include <libgimp/gimpparasite_pdb.h>
|
|
#include <libgimp/gimppaths_pdb.h>
|
|
#include <libgimp/gimppatterns_pdb.h>
|
|
#include <libgimp/gimppatternselect_pdb.h>
|
|
#include <libgimp/gimpplugin_pdb.h>
|
|
#include <libgimp/gimpproceduraldb_pdb.h>
|
|
#include <libgimp/gimpprogress_pdb.h>
|
|
#include <libgimp/gimpselection_pdb.h>
|
|
#include <libgimp/gimpselectiontools_pdb.h>
|
|
#include <libgimp/gimptexttool_pdb.h>
|
|
#include <libgimp/gimptransformtools_pdb.h>
|
|
#include <libgimp/gimpundo_pdb.h>
|
|
#include <libgimp/gimpunit_pdb.h>
|
|
|
|
#endif /* __GIMP_PDB_H__ */
|