summaryrefslogtreecommitdiffstats
path: root/app/pdb/internal-procs.h
diff options
context:
space:
mode:
Diffstat (limited to 'app/pdb/internal-procs.h')
-rw-r--r--app/pdb/internal-procs.h85
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__ */