Skip to content
  • Michael Natterer's avatar
    Cleaned up the app init and exit stuff even more. Also reduces the number · 89d936f3
    Michael Natterer authored
    2003-10-02  Michael Natterer  <mitch@gimp.org>
    
    	Cleaned up the app init and exit stuff even more. Also reduces the
    	number of missing symbols for gimp-console. Added init and exit
    	debugging output (only for --verbose).
    
    	* app/core/gimpmarshal.list
    	* app/core/gimp.[ch]: added new signals "initialize" and
    	"restore".  Moved plug_ins_init() to Gimp::restore()'s default
    	implementation and plug_ins_exit() to Gimp::exit()'s default
    	implementation. Renamed gimp_set_config() to gimp_load_config()
    	and load GimpRC here. Moved base_init() and base_exit() to this
    	file, too.
    
    	* app/gui/Makefile.am
    	* app/gui/gui-vtable.[ch]: new files split out of gui.c. It was
    	simply too large.
    
    	* app/gui/gui.[ch]: renamed gui_themes_init() to gui_init(),
    	connect to Gimp's "initialize" and "restore" signals and create
    	the GUI stuff in the callbacks. Removed most other public
    	functions since they don't need to be called explicitly any more.
    	Moved ...
    89d936f3