gimp/app/pdb
Michael Natterer 46a50b7e36 app/pdb/Makefile.am moved Argument and ProcArg structs and functions to
2006-03-31  Michael Natterer  <mitch@gimp.org>

	* app/pdb/Makefile.am
	* app/pdb/gimpargument.[ch]: moved Argument and ProcArg structs
	and functions to these new files. Renamed functions to
	gimp_argument_foo().

	* app/pdb/procedural_db.[ch]: removed them here.

	* app/batch.c
	* app/actions/plug-in-commands.c
	* app/actions/vectors-commands.c
	* app/core/gimppdbprogress.c
	* app/dialogs/about-dialog.c
	* app/file/file-open.c
	* app/file/file-save.c
	* app/pdb/gimpprocedure.c
	* app/pdb/procedural_db_cmds.c
	* app/plug-in/plug-in-message.c
	* app/plug-in/plug-in-params.c
	* app/plug-in/plug-in-progress.c
	* app/plug-in/plug-in-rc.c
	* app/plug-in/plug-in-run.c
	* app/plug-in/plug-ins.c
	* app/widgets/gimphelp.c
	* app/widgets/gimppdbdialog.c
	* app/xcf/xcf.c
	* tools/pdbgen/app.pl
	* tools/pdbgen/pdb/fileops.pdb: changed #includes and function
	calls accordingly.

	* app/pdb/*_cmds.c: regenerated.
2006-03-31 19:28:53 +00:00
..
.cvsignore changed destdir for app-side PDB wrappers to app/pdb 2001-01-21 21:58:16 +00:00
Makefile.am app/pdb/Makefile.am moved Argument and ProcArg structs and functions to 2006-03-31 19:28:53 +00:00
README Added another warning about autogenerated files 2001-01-21 22:28:16 +00:00
brush_cmds.c app/pdb/Makefile.am moved Argument and ProcArg structs and functions to 2006-03-31 19:28:53 +00:00
brush_select_cmds.c app/pdb/Makefile.am moved Argument and ProcArg structs and functions to 2006-03-31 19:28:53 +00:00
brushes_cmds.c app/pdb/Makefile.am moved Argument and ProcArg structs and functions to 2006-03-31 19:28:53 +00:00
buffer_cmds.c app/pdb/Makefile.am moved Argument and ProcArg structs and functions to 2006-03-31 19:28:53 +00:00
channel_cmds.c app/pdb/Makefile.am moved Argument and ProcArg structs and functions to 2006-03-31 19:28:53 +00:00
color_cmds.c app/pdb/Makefile.am moved Argument and ProcArg structs and functions to 2006-03-31 19:28:53 +00:00
context_cmds.c app/pdb/Makefile.am moved Argument and ProcArg structs and functions to 2006-03-31 19:28:53 +00:00
convert_cmds.c app/pdb/Makefile.am moved Argument and ProcArg structs and functions to 2006-03-31 19:28:53 +00:00
display_cmds.c app/pdb/Makefile.am moved Argument and ProcArg structs and functions to 2006-03-31 19:28:53 +00:00
drawable_cmds.c app/pdb/Makefile.am moved Argument and ProcArg structs and functions to 2006-03-31 19:28:53 +00:00
drawable_transform_cmds.c app/pdb/Makefile.am moved Argument and ProcArg structs and functions to 2006-03-31 19:28:53 +00:00
edit_cmds.c app/pdb/Makefile.am moved Argument and ProcArg structs and functions to 2006-03-31 19:28:53 +00:00
fileops_cmds.c app/pdb/Makefile.am moved Argument and ProcArg structs and functions to 2006-03-31 19:28:53 +00:00
floating_sel_cmds.c app/pdb/Makefile.am moved Argument and ProcArg structs and functions to 2006-03-31 19:28:53 +00:00
font_select_cmds.c app/pdb/Makefile.am moved Argument and ProcArg structs and functions to 2006-03-31 19:28:53 +00:00
fonts_cmds.c app/pdb/Makefile.am moved Argument and ProcArg structs and functions to 2006-03-31 19:28:53 +00:00
gimp-pdb-query.c app/pdb/Makefile.am moved Argument and ProcArg structs and functions to 2006-03-31 19:28:53 +00:00
gimp-pdb-query.h app/pdb/Makefile.am new files containing all the evil string matching and 2005-05-14 23:28:52 +00:00
gimp-pdb.c app/pdb/Makefile.am moved Argument and ProcArg structs and functions to 2006-03-31 19:28:53 +00:00
gimp-pdb.h app/pdb/Makefile.am moved Argument and ProcArg structs and functions to 2006-03-31 19:28:53 +00:00
gimpargument.c app/pdb/Makefile.am moved Argument and ProcArg structs and functions to 2006-03-31 19:28:53 +00:00
gimpargument.h app/pdb/Makefile.am moved Argument and ProcArg structs and functions to 2006-03-31 19:28:53 +00:00
gimppdb-query.c app/pdb/Makefile.am moved Argument and ProcArg structs and functions to 2006-03-31 19:28:53 +00:00
gimppdb-query.h app/pdb/Makefile.am new files containing all the evil string matching and 2005-05-14 23:28:52 +00:00
gimppdb.c app/pdb/Makefile.am moved Argument and ProcArg structs and functions to 2006-03-31 19:28:53 +00:00
gimppdb.h app/pdb/Makefile.am moved Argument and ProcArg structs and functions to 2006-03-31 19:28:53 +00:00
gimppluginprocedure.c changed "icon_data" from gchar* to guint8*. 2006-03-31 14:34:02 +00:00
gimppluginprocedure.h app/pdb/pdb-types.h renamed struct ProcRecord to GimpProcedure. Added 2006-03-31 17:42:13 +00:00
gimpprocedure.c app/pdb/Makefile.am moved Argument and ProcArg structs and functions to 2006-03-31 19:28:53 +00:00
gimpprocedure.h app/pdb/pdb-types.h renamed struct ProcRecord to GimpProcedure. Added 2006-03-31 17:42:13 +00:00
gimprc_cmds.c app/pdb/Makefile.am moved Argument and ProcArg structs and functions to 2006-03-31 19:28:53 +00:00
gradient_cmds.c app/pdb/Makefile.am moved Argument and ProcArg structs and functions to 2006-03-31 19:28:53 +00:00
gradient_select_cmds.c app/pdb/Makefile.am moved Argument and ProcArg structs and functions to 2006-03-31 19:28:53 +00:00
gradients_cmds.c app/pdb/Makefile.am moved Argument and ProcArg structs and functions to 2006-03-31 19:28:53 +00:00
grid_cmds.c app/pdb/Makefile.am moved Argument and ProcArg structs and functions to 2006-03-31 19:28:53 +00:00
guides_cmds.c app/pdb/Makefile.am moved Argument and ProcArg structs and functions to 2006-03-31 19:28:53 +00:00
help_cmds.c app/pdb/Makefile.am moved Argument and ProcArg structs and functions to 2006-03-31 19:28:53 +00:00
image_cmds.c app/pdb/Makefile.am moved Argument and ProcArg structs and functions to 2006-03-31 19:28:53 +00:00
internal_procs.c reordered vectors procedures. 2006-03-22 12:15:06 +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 app/pdb/Makefile.am moved Argument and ProcArg structs and functions to 2006-03-31 19:28:53 +00:00
makefile.msc updated 2006-02-26 19:00:33 +00:00
message_cmds.c app/pdb/Makefile.am moved Argument and ProcArg structs and functions to 2006-03-31 19:28:53 +00:00
misc_cmds.c app/pdb/Makefile.am moved Argument and ProcArg structs and functions to 2006-03-31 19:28:53 +00:00
paint_tools_cmds.c app/pdb/Makefile.am moved Argument and ProcArg structs and functions to 2006-03-31 19:28:53 +00:00
palette_cmds.c app/pdb/Makefile.am moved Argument and ProcArg structs and functions to 2006-03-31 19:28:53 +00:00
palette_select_cmds.c app/pdb/Makefile.am moved Argument and ProcArg structs and functions to 2006-03-31 19:28:53 +00:00
palettes_cmds.c app/pdb/Makefile.am moved Argument and ProcArg structs and functions to 2006-03-31 19:28:53 +00:00
parasite_cmds.c app/pdb/Makefile.am moved Argument and ProcArg structs and functions to 2006-03-31 19:28:53 +00:00
paths_cmds.c app/pdb/Makefile.am moved Argument and ProcArg structs and functions to 2006-03-31 19:28:53 +00:00
pattern_cmds.c app/pdb/Makefile.am moved Argument and ProcArg structs and functions to 2006-03-31 19:28:53 +00:00
pattern_select_cmds.c app/pdb/Makefile.am moved Argument and ProcArg structs and functions to 2006-03-31 19:28:53 +00:00
patterns_cmds.c app/pdb/Makefile.am moved Argument and ProcArg structs and functions to 2006-03-31 19:28:53 +00:00
pdb-types.h app/pdb/pdb-types.h renamed struct ProcRecord to GimpProcedure. Added 2006-03-31 17:42:13 +00:00
plug_in_cmds.c app/pdb/Makefile.am moved Argument and ProcArg structs and functions to 2006-03-31 19:28:53 +00:00
procedural-db-query.c app/pdb/Makefile.am moved Argument and ProcArg structs and functions to 2006-03-31 19:28:53 +00:00
procedural-db-query.h app/pdb/Makefile.am new files containing all the evil string matching and 2005-05-14 23:28:52 +00:00
procedural_db.c app/pdb/Makefile.am moved Argument and ProcArg structs and functions to 2006-03-31 19:28:53 +00:00
procedural_db.h app/pdb/Makefile.am moved Argument and ProcArg structs and functions to 2006-03-31 19:28:53 +00:00
procedural_db_cmds.c app/pdb/Makefile.am moved Argument and ProcArg structs and functions to 2006-03-31 19:28:53 +00:00
progress_cmds.c app/pdb/Makefile.am moved Argument and ProcArg structs and functions to 2006-03-31 19:28:53 +00:00
selection_cmds.c app/pdb/Makefile.am moved Argument and ProcArg structs and functions to 2006-03-31 19:28:53 +00:00
selection_tools_cmds.c app/pdb/Makefile.am moved Argument and ProcArg structs and functions to 2006-03-31 19:28:53 +00:00
text_tool_cmds.c app/pdb/Makefile.am moved Argument and ProcArg structs and functions to 2006-03-31 19:28:53 +00:00
transform_tools_cmds.c app/pdb/Makefile.am moved Argument and ProcArg structs and functions to 2006-03-31 19:28:53 +00:00
undo_cmds.c app/pdb/Makefile.am moved Argument and ProcArg structs and functions to 2006-03-31 19:28:53 +00:00
unit_cmds.c app/pdb/Makefile.am moved Argument and ProcArg structs and functions to 2006-03-31 19:28:53 +00:00
vectors_cmds.c app/pdb/Makefile.am moved Argument and ProcArg structs and functions to 2006-03-31 19:28:53 +00:00

README

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.