gimp/app/plug-in
Michael Natterer 927cde4121 added enum GimpPlugInCallMode which can be one of { NONE, QUERY, INIT, RUN
2006-05-02  Michael Natterer  <mitch@gimp.org>

	* app/plug-in/plug-in-enums.[ch]: added enum GimpPlugInCallMode
	which can be one of { NONE, QUERY, INIT, RUN }.

	* app/plug-in/Makefile.am
	* app/plug-in/gimppluginmanager-run.[ch]: removed again...

	* app/plug-in/gimppluginmanager-call.[ch]: ...and added
	here. Added gimp_plug_in_manager_call_init() and
	gimp_plug_in_manager_call_query().

	* app/plug-in/plug-in.[ch]: removed plug_in_call_query() and
	plug_in_call_init().

	(struct PlugIn): removed members "init", "query" and "synchronous".

	(plug_in_open): added parameters "call_mode" and "synchronous".

	* app/plug-in/gimppluginmanager.c
	* app/plug-in/plug-in-message.c
	* app/pdb/gimppluginprocedure.c
	* app/pdb/gimptemporaryprocedure.c
	* tools/pdbgen/pdb/plug_in.pdb: changed accordingly.

	* app/pdb/plug_in_cmds.c: regenerated.
2006-05-02 18:27:31 +00:00
..
.cvsignore added app/display/ and app/plug-in/. Empty for now except for the types 2001-08-17 14:27:31 +00:00
gimpenvirontable.c app/plug-in/Makefile.am app/plug-in/plug-in-types.h new object which keeps 2006-04-28 22:26:51 +00:00
gimpenvirontable.h automatically removed trailing whitespace from 3460 lines. 2006-01-17 12:43:50 +00:00
gimpinterpreterdb.c app/plug-in/Makefile.am app/plug-in/plug-in-types.h new object which keeps 2006-04-28 22:26:51 +00:00
gimpinterpreterdb.h automatically removed trailing whitespace from 3460 lines. 2006-01-17 12:43:50 +00:00
gimpplugin-context.c app/plug-in/Makefile.am app/plug-in/plug-in-types.h new object which keeps 2006-04-28 22:26:51 +00:00
gimpplugin-context.h tools/pdbgen/Makefile.am new files that will hold context related PDB 2004-09-22 15:26:58 +00:00
gimpplugin-message.c added enum GimpPlugInCallMode which can be one of { NONE, QUERY, INIT, RUN 2006-05-02 18:27:31 +00:00
gimpplugin-message.h let the private wire methods live in the GIMP namespace. Declare internal 2005-12-13 14:11:56 +00:00
gimpplugin-progress.c app/plug-in/Makefile.am app/plug-in/plug-in-types.h new object which keeps 2006-04-28 22:26:51 +00:00
gimpplugin-progress.h app/core/gimp-gui.[ch] app/gui/gui-vtable.c pass displays around as 2006-03-23 21:56:13 +00:00
gimpplugin.c added enum GimpPlugInCallMode which can be one of { NONE, QUERY, INIT, RUN 2006-05-02 18:27:31 +00:00
gimpplugin.h added enum GimpPlugInCallMode which can be one of { NONE, QUERY, INIT, RUN 2006-05-02 18:27:31 +00:00
gimpplugindebug.c app/plug-in/Makefile.am app/plug-in/plug-in-types.h new object which keeps 2006-04-28 22:26:51 +00:00
gimpplugindebug.h app/plug-in/Makefile.am app/plug-in/plug-in-types.h new object which keeps 2006-04-28 22:26:51 +00:00
gimppluginmanager-call.c added enum GimpPlugInCallMode which can be one of { NONE, QUERY, INIT, RUN 2006-05-02 18:27:31 +00:00
gimppluginmanager-call.h added enum GimpPlugInCallMode which can be one of { NONE, QUERY, INIT, RUN 2006-05-02 18:27:31 +00:00
gimppluginmanager-data.c app/plug-in/Makefile.am app/plug-in/plug-in-types.h new object which keeps 2006-04-28 22:26:51 +00:00
gimppluginmanager-data.h app/plug-in/Makefile.am app/plug-in/plug-in-types.h new object which keeps 2006-04-28 22:26:51 +00:00
gimppluginmanager-file.c app/plug-in/Makefile.am app/plug-in/plug-in-types.h new object which keeps 2006-04-28 22:26:51 +00:00
gimppluginmanager-file.h app/plug-in/Makefile.am app/plug-in/plug-in-types.h new object which keeps 2006-04-28 22:26:51 +00:00
gimppluginmanager-help-domain.c NULL-terminate string arrays here too, so they can be freed with 2006-04-29 17:55:42 +00:00
gimppluginmanager-help-domain.h app/plug-in/Makefile.am app/plug-in/plug-in-types.h new object which keeps 2006-04-28 22:26:51 +00:00
gimppluginmanager-locale-domain.c NULL-terminate the locale_domains and locale_paths string vectors, as they 2006-04-28 23:45:51 +00:00
gimppluginmanager-locale-domain.h app/plug-in/Makefile.am app/plug-in/plug-in-types.h new object which keeps 2006-04-28 22:26:51 +00:00
gimppluginmanager-menu-branch.c app/plug-in/Makefile.am app/plug-in/plug-in-types.h new object which keeps 2006-04-28 22:26:51 +00:00
gimppluginmanager-menu-branch.h app/plug-in/Makefile.am app/plug-in/plug-in-types.h new object which keeps 2006-04-28 22:26:51 +00:00
gimppluginmanager-query.c app/plug-in/Makefile.am app/plug-in/plug-in-types.h new object which keeps 2006-04-28 22:26:51 +00:00
gimppluginmanager-query.h app/plug-in/Makefile.am app/plug-in/plug-in-types.h new object which keeps 2006-04-28 22:26:51 +00:00
gimppluginmanager.c added enum GimpPlugInCallMode which can be one of { NONE, QUERY, INIT, RUN 2006-05-02 18:27:31 +00:00
gimppluginmanager.h removed plug_in_push() and plug_in_pop()... 2006-04-29 19:03:44 +00:00
gimppluginprocedure.c added enum GimpPlugInCallMode which can be one of { NONE, QUERY, INIT, RUN 2006-05-02 18:27:31 +00:00
gimppluginprocedure.h Added some signals inspired by Rockwalrus' libpdb: 2006-04-27 19:36:13 +00:00
gimppluginprocframe.c app/*.[ch] converted tabs to spaces. 2006-04-12 12:49:29 +00:00
gimppluginprocframe.h added plug_in_proc_frame_get_return_vals(). 2006-04-05 13:23:21 +00:00
gimppluginshm.c app/plug-in/Makefile.am app/plug-in/plug-in-types.h new object which keeps 2006-04-28 22:26:51 +00:00
gimppluginshm.h app/plug-in/Makefile.am app/plug-in/plug-in-types.h new object which keeps 2006-04-28 22:26:51 +00:00
gimptemporaryprocedure.c added enum GimpPlugInCallMode which can be one of { NONE, QUERY, INIT, RUN 2006-05-02 18:27:31 +00:00
gimptemporaryprocedure.h app/plug-in/Makefile.am app/plug-in/plug-in-types.h removed... 2006-04-06 10:01:30 +00:00
Makefile.am added enum GimpPlugInCallMode which can be one of { NONE, QUERY, INIT, RUN 2006-05-02 18:27:31 +00:00
makefile.msc updated 2006-02-26 19:00:33 +00:00
plug-in-context.c app/plug-in/Makefile.am app/plug-in/plug-in-types.h new object which keeps 2006-04-28 22:26:51 +00:00
plug-in-context.h tools/pdbgen/Makefile.am new files that will hold context related PDB 2004-09-22 15:26:58 +00:00
plug-in-def.c set the mtime of all the plug_in_def's procedures too. 2006-04-08 23:12:06 +00:00
plug-in-def.h ref all registered procedures. 2006-04-07 08:16:26 +00:00
plug-in-enums.c added enum GimpPlugInCallMode which can be one of { NONE, QUERY, INIT, RUN 2006-05-02 18:27:31 +00:00
plug-in-enums.h added enum GimpPlugInCallMode which can be one of { NONE, QUERY, INIT, RUN 2006-05-02 18:27:31 +00:00
plug-in-message.c added enum GimpPlugInCallMode which can be one of { NONE, QUERY, INIT, RUN 2006-05-02 18:27:31 +00:00
plug-in-message.h let the private wire methods live in the GIMP namespace. Declare internal 2005-12-13 14:11:56 +00:00
plug-in-params.c app/*.[ch] converted tabs to spaces. 2006-04-12 12:49:29 +00:00
plug-in-params.h removed this function. We only have shallow GPParam arrays in the core 2006-04-09 17:19:58 +00:00
plug-in-proc-frame.c app/*.[ch] converted tabs to spaces. 2006-04-12 12:49:29 +00:00
plug-in-proc-frame.h added plug_in_proc_frame_get_return_vals(). 2006-04-05 13:23:21 +00:00
plug-in-progress.c app/plug-in/Makefile.am app/plug-in/plug-in-types.h new object which keeps 2006-04-28 22:26:51 +00:00
plug-in-progress.h app/core/gimp-gui.[ch] app/gui/gui-vtable.c pass displays around as 2006-03-23 21:56:13 +00:00
plug-in-rc.c app/*.[ch] converted tabs to spaces. 2006-04-12 12:49:29 +00:00
plug-in-rc.h return a GSList* of PlugInDefs instead of a boolean. Don't return anything 2006-04-09 12:33:32 +00:00
plug-in-types.h app/plug-in/Makefile.am app/plug-in/plug-in-types.h new object which keeps 2006-04-28 22:26:51 +00:00
plug-in.c added enum GimpPlugInCallMode which can be one of { NONE, QUERY, INIT, RUN 2006-05-02 18:27:31 +00:00
plug-in.h added enum GimpPlugInCallMode which can be one of { NONE, QUERY, INIT, RUN 2006-05-02 18:27:31 +00:00