gimp/app/pdb
Michael Natterer 086d0b6371 app/plug-in/plug-in-types.h renamed to GimpPlugInProcedure and made a
2006-04-05  Michael Natterer  <mitch@gimp.org>

	* app/plug-in/plug-in-types.h
	* app/plug-in/plug-in-proc-def.[ch]: renamed to GimpPlugInProcedure
	and made a GObject derived from GimpProcedure (instead of having
	a pointer to a GimpProcedure). Added image_types and file_magic
	utility functions taken from plug-ins.[ch]. Still lives in the
	same crappy files because I am undecided where to put it...

	* app/pdb/gimpprocedure.c (gimp_procedure_real_execute): removed
	switch() statement and always call the internal marshaller because
	GimpProcedure::execute() is properly overridden by
	GimpPlugInProcedure now.

	* app/plug-in/plug-ins.[ch]: removed the mime_type and file_magic
	utilities added to GimpPlugInProcedure.

	* app/actions/file-commands.c
	* app/actions/plug-in-actions.[ch]
	* app/actions/plug-in-commands.[ch]
	* app/core/gimp-gui.[ch]
	* app/core/gimp.[ch]
	* app/core/gimpimage.[ch]
	* app/dialogs/file-open-dialog.c
	* app/dialogs/file-save-dialog.c
	* app/dialogs/print-size-dialog.c
	* app/file/file-open.[ch]
	* app/file/file-save.[ch]
	* app/file/file-utils.[ch]
	* app/gui/gui-vtable.c
	* app/menus/plug-in-menus.[ch]
	* app/plug-in/plug-in-def.[ch]
	* app/plug-in/plug-in-message.c
	* app/plug-in/plug-in-rc.c
	* app/plug-in/plug-in-run.c
	* app/plug-in/plug-in.c
	* app/plug-in/plug-ins-query.c
	* app/widgets/gimpactiongroup.[ch]
	* app/widgets/gimpdnd-xds.c
	* app/widgets/gimpfiledialog.[ch]
	* app/widgets/gimpfileprocview.[ch]
	* app/widgets/gimppluginaction.[ch]
	* app/xcf/xcf.c
	* tools/pdbgen/pdb/fileops.pdb
	* tools/pdbgen/pdb/plug_in.pdb: changed addordingly.

	* app/pdb/fileops_cmds.c
	* app/pdb/plug_in_cmds.c: regenerated.
2006-04-05 08:38:33 +00:00
..
.cvsignore changed destdir for app-side PDB wrappers to app/pdb 2001-01-21 21:58:16 +00:00
brush_cmds.c made it a GObject. Removed member "static_proc". Renamed 2006-04-04 21:11:45 +00:00
brush_select_cmds.c made it a GObject. Removed member "static_proc". Renamed 2006-04-04 21:11:45 +00:00
brushes_cmds.c made it a GObject. Removed member "static_proc". Renamed 2006-04-04 21:11:45 +00:00
buffer_cmds.c made it a GObject. Removed member "static_proc". Renamed 2006-04-04 21:11:45 +00:00
channel_cmds.c made it a GObject. Removed member "static_proc". Renamed 2006-04-04 21:11:45 +00:00
color_cmds.c made it a GObject. Removed member "static_proc". Renamed 2006-04-04 21:11:45 +00:00
context_cmds.c made it a GObject. Removed member "static_proc". Renamed 2006-04-04 21:11:45 +00:00
convert_cmds.c made it a GObject. Removed member "static_proc". Renamed 2006-04-04 21:11:45 +00:00
display_cmds.c made it a GObject. Removed member "static_proc". Renamed 2006-04-04 21:11:45 +00:00
drawable_cmds.c made it a GObject. Removed member "static_proc". Renamed 2006-04-04 21:11:45 +00:00
drawable_transform_cmds.c made it a GObject. Removed member "static_proc". Renamed 2006-04-04 21:11:45 +00:00
edit_cmds.c made it a GObject. Removed member "static_proc". Renamed 2006-04-04 21:11:45 +00:00
fileops_cmds.c app/plug-in/plug-in-types.h renamed to GimpPlugInProcedure and made a 2006-04-05 08:38:33 +00:00
floating_sel_cmds.c made it a GObject. Removed member "static_proc". Renamed 2006-04-04 21:11:45 +00:00
font_select_cmds.c made it a GObject. Removed member "static_proc". Renamed 2006-04-04 21:11:45 +00:00
fonts_cmds.c made it a GObject. Removed member "static_proc". Renamed 2006-04-04 21:11:45 +00:00
gimp-pdb-compat.c app/pdb/Makefile.am removed... 2006-04-04 15:54:51 +00:00
gimp-pdb-compat.h app/pdb/Makefile.am removed... 2006-04-04 15:54:51 +00:00
gimp-pdb-query.c app/pdb/Makefile.am app/pdb/procedural_db.[ch] removed... 2006-04-04 17:47:22 +00:00
gimp-pdb-query.h app/pdb/Makefile.am app/pdb/procedural_db.[ch] removed... 2006-04-04 17:47:22 +00:00
gimp-pdb.c made it a GObject. Removed member "static_proc". Renamed 2006-04-04 21:11:45 +00:00
gimp-pdb.h app/pdb/Makefile.am app/pdb/procedural_db.[ch] removed... 2006-04-04 17:47:22 +00:00
gimppdb-query.c app/pdb/Makefile.am app/pdb/procedural_db.[ch] removed... 2006-04-04 17:47:22 +00:00
gimppdb-query.h app/pdb/Makefile.am app/pdb/procedural_db.[ch] removed... 2006-04-04 17:47:22 +00:00
gimppdb.c made it a GObject. Removed member "static_proc". Renamed 2006-04-04 21:11:45 +00:00
gimppdb.h app/pdb/Makefile.am app/pdb/procedural_db.[ch] removed... 2006-04-04 17:47:22 +00:00
gimppluginprocedure.c app/plug-in/plug-in-types.h renamed to GimpPlugInProcedure and made a 2006-04-05 08:38:33 +00:00
gimppluginprocedure.h app/plug-in/plug-in-types.h renamed to GimpPlugInProcedure and made a 2006-04-05 08:38:33 +00:00
gimpprocedure.c app/plug-in/plug-in-types.h renamed to GimpPlugInProcedure and made a 2006-04-05 08:38:33 +00:00
gimpprocedure.h made it a GObject. Removed member "static_proc". Renamed 2006-04-04 21:11:45 +00:00
gimprc_cmds.c made it a GObject. Removed member "static_proc". Renamed 2006-04-04 21:11:45 +00:00
gradient_cmds.c made it a GObject. Removed member "static_proc". Renamed 2006-04-04 21:11:45 +00:00
gradient_select_cmds.c made it a GObject. Removed member "static_proc". Renamed 2006-04-04 21:11:45 +00:00
gradients_cmds.c made it a GObject. Removed member "static_proc". Renamed 2006-04-04 21:11:45 +00:00
grid_cmds.c made it a GObject. Removed member "static_proc". Renamed 2006-04-04 21:11:45 +00:00
guides_cmds.c made it a GObject. Removed member "static_proc". Renamed 2006-04-04 21:11:45 +00:00
help_cmds.c made it a GObject. Removed member "static_proc". Renamed 2006-04-04 21:11:45 +00:00
image_cmds.c made it a GObject. Removed member "static_proc". Renamed 2006-04-04 21:11:45 +00:00
internal_procs.c remove newline flood. 2006-04-03 17:42:02 +00:00
internal_procs.h removed calls to the splash update function during initialization of 2005-11-05 13:00:04 +00:00
layer_cmds.c made it a GObject. Removed member "static_proc". Renamed 2006-04-04 21:11:45 +00:00
Makefile.am app/pdb/Makefile.am app/pdb/procedural_db.[ch] removed... 2006-04-04 17:47:22 +00:00
makefile.msc updated 2006-02-26 19:00:33 +00:00
message_cmds.c made it a GObject. Removed member "static_proc". Renamed 2006-04-04 21:11:45 +00:00
misc_cmds.c made it a GObject. Removed member "static_proc". Renamed 2006-04-04 21:11:45 +00:00
paint_tools_cmds.c made it a GObject. Removed member "static_proc". Renamed 2006-04-04 21:11:45 +00:00
palette_cmds.c made it a GObject. Removed member "static_proc". Renamed 2006-04-04 21:11:45 +00:00
palette_select_cmds.c made it a GObject. Removed member "static_proc". Renamed 2006-04-04 21:11:45 +00:00
palettes_cmds.c made it a GObject. Removed member "static_proc". Renamed 2006-04-04 21:11:45 +00:00
parasite_cmds.c made it a GObject. Removed member "static_proc". Renamed 2006-04-04 21:11:45 +00:00
paths_cmds.c made it a GObject. Removed member "static_proc". Renamed 2006-04-04 21:11:45 +00:00
pattern_cmds.c made it a GObject. Removed member "static_proc". Renamed 2006-04-04 21:11:45 +00:00
pattern_select_cmds.c made it a GObject. Removed member "static_proc". Renamed 2006-04-04 21:11:45 +00:00
patterns_cmds.c made it a GObject. Removed member "static_proc". Renamed 2006-04-04 21:11:45 +00:00
pdb-types.h app/pdb/pdb-types.h removed struct GimpArgument, struct GimpArgumentSpec, 2006-04-04 10:30:58 +00:00
plug_in_cmds.c app/plug-in/plug-in-types.h renamed to GimpPlugInProcedure and made a 2006-04-05 08:38:33 +00:00
procedural_db_cmds.c made it a GObject. Removed member "static_proc". Renamed 2006-04-04 21:11:45 +00:00
progress_cmds.c made it a GObject. Removed member "static_proc". Renamed 2006-04-04 21:11:45 +00:00
README Added another warning about autogenerated files 2001-01-21 22:28:16 +00:00
selection_cmds.c made it a GObject. Removed member "static_proc". Renamed 2006-04-04 21:11:45 +00:00
selection_tools_cmds.c made it a GObject. Removed member "static_proc". Renamed 2006-04-04 21:11:45 +00:00
text_tool_cmds.c made it a GObject. Removed member "static_proc". Renamed 2006-04-04 21:11:45 +00:00
transform_tools_cmds.c made it a GObject. Removed member "static_proc". Renamed 2006-04-04 21:11:45 +00:00
undo_cmds.c made it a GObject. Removed member "static_proc". Renamed 2006-04-04 21:11:45 +00:00
unit_cmds.c made it a GObject. Removed member "static_proc". Renamed 2006-04-04 21:11:45 +00:00
vectors_cmds.c made it a GObject. Removed member "static_proc". Renamed 2006-04-04 21:11:45 +00:00

This directory contains the PDB-wrappers for various internal
Gimp functions.

THESE FILES ARE AUTOGENERATED AND CHANGES HERE ARE USELESS!

If you need to change the code please have a look in ../../tools/pdbgen/pdb.