2006-12-10 05:33:38 +08:00
|
|
|
/* GIMP - The GNU Image Manipulation Program
|
2003-07-03 08:47:26 +08:00
|
|
|
* Copyright (C) 1995-2003 Spencer Kimball and Peter Mattis
|
1997-11-25 06:05:25 +08:00
|
|
|
*
|
2009-01-18 06:28:01 +08:00
|
|
|
* This program is free software: you can redistribute it and/or modify
|
1997-11-25 06:05:25 +08:00
|
|
|
* it under the terms of the GNU General Public License as published by
|
2009-01-18 06:28:01 +08:00
|
|
|
* the Free Software Foundation; either version 3 of the License, or
|
1997-11-25 06:05:25 +08:00
|
|
|
* (at your option) any later version.
|
|
|
|
*
|
|
|
|
* This program 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 General Public License for more details.
|
|
|
|
*
|
|
|
|
* You should have received a copy of the GNU General Public License
|
2009-01-18 06:28:01 +08:00
|
|
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
1997-11-25 06:05:25 +08:00
|
|
|
*/
|
1999-04-27 12:57:59 +08:00
|
|
|
|
2007-01-09 18:52:47 +08:00
|
|
|
/* NOTE: This file is auto-generated by pdbgen.pl. */
|
1999-04-27 12:57:59 +08:00
|
|
|
|
|
|
|
#include "config.h"
|
|
|
|
|
2001-08-17 22:27:31 +08:00
|
|
|
#include <glib-object.h>
|
2001-07-05 03:31:35 +08:00
|
|
|
|
2001-08-17 22:27:31 +08:00
|
|
|
#include "pdb-types.h"
|
2001-07-05 03:31:35 +08:00
|
|
|
|
2006-04-26 17:13:47 +08:00
|
|
|
#include "gimppdb.h"
|
1997-11-25 06:05:25 +08:00
|
|
|
|
2008-04-04 19:15:55 +08:00
|
|
|
#include "internal-procs.h"
|
1999-04-27 12:57:59 +08:00
|
|
|
|
2004-10-27 01:50:52 +08:00
|
|
|
|
2010-10-31 04:19:22 +08:00
|
|
|
/* 640 procedures registered total */
|
1999-03-28 14:55:29 +08:00
|
|
|
|
1997-11-25 06:05:25 +08:00
|
|
|
void
|
2006-04-26 17:13:47 +08:00
|
|
|
internal_procs_init (GimpPDB *pdb)
|
1997-11-25 06:05:25 +08:00
|
|
|
{
|
2006-04-26 17:13:47 +08:00
|
|
|
g_return_if_fail (GIMP_IS_PDB (pdb));
|
2004-03-27 00:38:44 +08:00
|
|
|
|
2006-04-26 17:13:47 +08:00
|
|
|
register_brush_procs (pdb);
|
|
|
|
register_brush_select_procs (pdb);
|
|
|
|
register_brushes_procs (pdb);
|
|
|
|
register_buffer_procs (pdb);
|
|
|
|
register_channel_procs (pdb);
|
|
|
|
register_color_procs (pdb);
|
|
|
|
register_context_procs (pdb);
|
|
|
|
register_convert_procs (pdb);
|
|
|
|
register_display_procs (pdb);
|
|
|
|
register_drawable_procs (pdb);
|
|
|
|
register_drawable_transform_procs (pdb);
|
|
|
|
register_edit_procs (pdb);
|
|
|
|
register_fileops_procs (pdb);
|
|
|
|
register_floating_sel_procs (pdb);
|
|
|
|
register_font_select_procs (pdb);
|
|
|
|
register_fonts_procs (pdb);
|
|
|
|
register_gimprc_procs (pdb);
|
|
|
|
register_gradient_procs (pdb);
|
|
|
|
register_gradient_select_procs (pdb);
|
|
|
|
register_gradients_procs (pdb);
|
|
|
|
register_grid_procs (pdb);
|
|
|
|
register_guides_procs (pdb);
|
|
|
|
register_help_procs (pdb);
|
|
|
|
register_image_procs (pdb);
|
2010-10-31 04:06:20 +08:00
|
|
|
register_image_select_procs (pdb);
|
2010-07-09 15:34:44 +08:00
|
|
|
register_item_procs (pdb);
|
2010-09-08 08:48:37 +08:00
|
|
|
register_item_transform_procs (pdb);
|
2006-04-26 17:13:47 +08:00
|
|
|
register_layer_procs (pdb);
|
|
|
|
register_message_procs (pdb);
|
|
|
|
register_misc_procs (pdb);
|
|
|
|
register_paint_tools_procs (pdb);
|
|
|
|
register_palette_procs (pdb);
|
|
|
|
register_palette_select_procs (pdb);
|
|
|
|
register_palettes_procs (pdb);
|
|
|
|
register_parasite_procs (pdb);
|
|
|
|
register_paths_procs (pdb);
|
|
|
|
register_pattern_procs (pdb);
|
|
|
|
register_pattern_select_procs (pdb);
|
|
|
|
register_patterns_procs (pdb);
|
|
|
|
register_plug_in_procs (pdb);
|
|
|
|
register_procedural_db_procs (pdb);
|
|
|
|
register_progress_procs (pdb);
|
|
|
|
register_selection_procs (pdb);
|
|
|
|
register_selection_tools_procs (pdb);
|
2008-04-03 04:53:51 +08:00
|
|
|
register_text_layer_procs (pdb);
|
2006-04-26 17:13:47 +08:00
|
|
|
register_text_tool_procs (pdb);
|
|
|
|
register_transform_tools_procs (pdb);
|
|
|
|
register_undo_procs (pdb);
|
|
|
|
register_unit_procs (pdb);
|
|
|
|
register_vectors_procs (pdb);
|
1997-11-25 06:05:25 +08:00
|
|
|
}
|