renamed batch_init() to batch_run(). Install an Gimp::exit handler while

2003-11-30  Sven Neumann  <sven@gimp.org>

	* app/batch.[ch]: renamed batch_init() to batch_run(). Install an
	Gimp::exit handler while batch commands are executed. This handler
	simply calls exit(). Fixes bug #128199.

	* app/app_procs.c: changed accordingly. Removed remaining global
	variables.
This commit is contained in:
Sven Neumann
2003-11-30 14:44:13 +00:00
committed by Sven Neumann
parent 4bb0464f4d
commit 0c99483df4
4 changed files with 95 additions and 68 deletions

View File

@ -24,8 +24,8 @@
#endif
void batch_init (Gimp *gimp,
const gchar **batch_cmds);
void batch_run (Gimp *gimp,
const gchar **batch_cmds);
#endif /* __BATCH_H__ */