gimp/app/plug-in
Michael Natterer d033ddda1b cleaned up a bit.
2006-05-04  Michael Natterer  <mitch@gimp.org>

	* app/plug-in/gimppluginshm.c: cleaned up a bit.

	(gimp_plug_in_shm_new): return NULL if anything goes wrong,
	instead of a GimpPlugInShm structure that contains no shm (we
	don't need multiple cases of "there is no shm"),

	* app/plug-in/gimppluginmanager.[ch]
	(gimp_plug_in_manager_get_shm_ID)
	(gimp_plug_in_manager_get_shm_addr): removed these functions.

	* app/plug-in/gimppluginmanager-call.c (gimp_plug_in_manager_call_run)
	* app/plug-in/gimpplugin-message.c (gimp_plug_in_handle_tile_req):
	get the shm ID and addr directly from manager->shm if it exists,
	use -1 and NULL otherwise.

	Unrelated:

	* app/plug-in/gimppluginmanager.c: move most stuff from
	gimp_plug_in_manager_exit() to gimp_plug_in_manager_finalize().
	Simplify plug-in killing in _exit().
2006-05-04 21:49:04 +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
Makefile.am Made an object out of the plug-in struct. Also change refcounting 2006-05-03 18:05:06 +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 Made an object out of the plug-in struct. Also change refcounting 2006-05-03 18:05:06 +00:00
gimpplugin-context.h Made an object out of the plug-in struct. Also change refcounting 2006-05-03 18:05:06 +00:00
gimpplugin-message.c cleaned up a bit. 2006-05-04 21:49:04 +00:00
gimpplugin-message.h Made an object out of the plug-in struct. Also change refcounting 2006-05-03 18:05:06 +00:00
gimpplugin-progress.c Made an object out of the plug-in struct. Also change refcounting 2006-05-03 18:05:06 +00:00
gimpplugin-progress.h Made an object out of the plug-in struct. Also change refcounting 2006-05-03 18:05:06 +00:00
gimpplugin.c remove member "name" and unused cruft "ref_count". Reordered other members 2006-05-04 11:58:10 +00:00
gimpplugin.h remove member "name" and unused cruft "ref_count". Reordered other members 2006-05-04 11:58:10 +00:00
gimpplugindebug.c remove member "name" and unused cruft "ref_count". Reordered other members 2006-05-04 11:58:10 +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 cleaned up a bit. 2006-05-04 21:49:04 +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 Made an object out of the plug-in struct. Also change refcounting 2006-05-03 18:05:06 +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 restore the strict checks on string arrays. 2006-05-04 10:03:53 +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 cleaned up a bit. 2006-05-04 21:49:04 +00:00
gimppluginmanager.h cleaned up a bit. 2006-05-04 21:49:04 +00:00
gimppluginprocedure.c Made an object out of the plug-in struct. Also change refcounting 2006-05-03 18:05:06 +00:00
gimppluginprocedure.h Added some signals inspired by Rockwalrus' libpdb: 2006-04-27 19:36:13 +00:00
gimppluginprocframe.c Made an object out of the plug-in struct. Also change refcounting 2006-05-03 18:05:06 +00:00
gimppluginprocframe.h Made an object out of the plug-in struct. Also change refcounting 2006-05-03 18:05:06 +00:00
gimppluginshm.c cleaned up a bit. 2006-05-04 21:49:04 +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 Made an object out of the plug-in struct. Also change refcounting 2006-05-03 18:05:06 +00:00
gimptemporaryprocedure.h Made an object out of the plug-in struct. Also change refcounting 2006-05-03 18:05:06 +00:00
makefile.msc updated 2006-02-26 19:00:33 +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-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-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 Made an object out of the plug-in struct. Also change refcounting 2006-05-03 18:05:06 +00:00