gimp/modules
Michael Natterer 4cb04533e4 app/core/gimpmoduleinfo.[ch] separated module query from type registration
2002-10-20  Michael Natterer  <mitch@gimp.org>

	* app/core/gimpmoduleinfo.[ch]
	* libgimp/gimpmodule.h: separated module query from type
	registration by adding a separate "gimp_module_query" function
	which must be implemented by modules. Make local copies of the
	strings returned by the query function.

	* app/core/gimpmodules.c
	* app/gui/module-browser.c: changed accordingly.

	* modules/cdisplay_gamma.c
	* modules/cdisplay_highcontrast.c
	* modules/colorsel_triangle.c
	* modules/colorsel_water.c: added the gimp_module_query() functions.
2002-10-20 12:40:30 +00:00
..
.cvsignore
cdisplay_gamma.c app/core/gimpmoduleinfo.[ch] separated module query from type registration 2002-10-20 12:40:30 +00:00
cdisplay_highcontrast.c app/core/gimpmoduleinfo.[ch] separated module query from type registration 2002-10-20 12:40:30 +00:00
colorsel_gtk.c
colorsel_triangle.c app/core/gimpmoduleinfo.[ch] separated module query from type registration 2002-10-20 12:40:30 +00:00
colorsel_water.c app/core/gimpmoduleinfo.[ch] separated module query from type registration 2002-10-20 12:40:30 +00:00
Makefile.am Ported module loading to GTypeModule, getting rid of all own module 2002-10-20 10:14:17 +00:00
makefile.mingw.in
makefile.msc #define GETTEXT_PACKAGE 2002-03-28 00:10:56 +00:00
module.def