diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-27 16:23:22 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-27 16:23:22 +0000 |
commit | e42129241681dde7adae7d20697e7b421682fbb4 (patch) | |
tree | af1fe815a5e639e68e59fabd8395ec69458b3e5e /app/pdb/internal-procs.h | |
parent | Initial commit. (diff) | |
download | gimp-upstream/2.10.22.tar.xz gimp-upstream/2.10.22.zip |
Adding upstream version 2.10.22.upstream/2.10.22upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'app/pdb/internal-procs.h')
-rw-r--r-- | app/pdb/internal-procs.h | 85 |
1 files changed, 85 insertions, 0 deletions
diff --git a/app/pdb/internal-procs.h b/app/pdb/internal-procs.h new file mode 100644 index 0000000..def0554 --- /dev/null +++ b/app/pdb/internal-procs.h @@ -0,0 +1,85 @@ +/* GIMP - The GNU Image Manipulation Program + * Copyright (C) 1995-2003 Spencer Kimball and Peter Mattis + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 3 of the License, or + * (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 + * along with this program. If not, see <https://www.gnu.org/licenses/>. + */ + +/* NOTE: This file is auto-generated by pdbgen.pl. */ + +#ifndef __INTERNAL_PROCS_H__ +#define __INTERNAL_PROCS_H__ + +void internal_procs_init (GimpPDB *pdb); + +/* Forward declarations for registering PDB procs */ + +void register_brush_procs (GimpPDB *pdb); +void register_brush_select_procs (GimpPDB *pdb); +void register_brushes_procs (GimpPDB *pdb); +void register_buffer_procs (GimpPDB *pdb); +void register_channel_procs (GimpPDB *pdb); +void register_color_procs (GimpPDB *pdb); +void register_context_procs (GimpPDB *pdb); +void register_debug_procs (GimpPDB *pdb); +void register_display_procs (GimpPDB *pdb); +void register_drawable_procs (GimpPDB *pdb); +void register_drawable_color_procs (GimpPDB *pdb); +void register_drawable_edit_procs (GimpPDB *pdb); +void register_drawable_transform_procs (GimpPDB *pdb); +void register_dynamics_procs (GimpPDB *pdb); +void register_edit_procs (GimpPDB *pdb); +void register_fileops_procs (GimpPDB *pdb); +void register_floating_sel_procs (GimpPDB *pdb); +void register_font_select_procs (GimpPDB *pdb); +void register_fonts_procs (GimpPDB *pdb); +void register_gimp_procs (GimpPDB *pdb); +void register_gimprc_procs (GimpPDB *pdb); +void register_gradient_procs (GimpPDB *pdb); +void register_gradient_select_procs (GimpPDB *pdb); +void register_gradients_procs (GimpPDB *pdb); +void register_help_procs (GimpPDB *pdb); +void register_image_procs (GimpPDB *pdb); +void register_image_color_profile_procs (GimpPDB *pdb); +void register_image_convert_procs (GimpPDB *pdb); +void register_image_grid_procs (GimpPDB *pdb); +void register_image_guides_procs (GimpPDB *pdb); +void register_image_sample_points_procs (GimpPDB *pdb); +void register_image_select_procs (GimpPDB *pdb); +void register_image_transform_procs (GimpPDB *pdb); +void register_image_undo_procs (GimpPDB *pdb); +void register_item_procs (GimpPDB *pdb); +void register_item_transform_procs (GimpPDB *pdb); +void register_layer_procs (GimpPDB *pdb); +void register_message_procs (GimpPDB *pdb); +void register_paint_tools_procs (GimpPDB *pdb); +void register_palette_procs (GimpPDB *pdb); +void register_palette_select_procs (GimpPDB *pdb); +void register_palettes_procs (GimpPDB *pdb); +void register_paths_procs (GimpPDB *pdb); +void register_pattern_procs (GimpPDB *pdb); +void register_pattern_select_procs (GimpPDB *pdb); +void register_patterns_procs (GimpPDB *pdb); +void register_plug_in_procs (GimpPDB *pdb); +void register_plug_in_compat_procs (GimpPDB *pdb); +void register_procedural_db_procs (GimpPDB *pdb); +void register_progress_procs (GimpPDB *pdb); +void register_selection_procs (GimpPDB *pdb); +void register_selection_tools_procs (GimpPDB *pdb); +void register_text_layer_procs (GimpPDB *pdb); +void register_text_tool_procs (GimpPDB *pdb); +void register_transform_tools_procs (GimpPDB *pdb); +void register_unit_procs (GimpPDB *pdb); +void register_vectors_procs (GimpPDB *pdb); + +#endif /* __INTERNAL_PROCS_H__ */ |