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:

committed by
Sven Neumann

parent
4bb0464f4d
commit
0c99483df4
@ -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__ */
|
||||
|
Reference in New Issue
Block a user