plug-ins/script-fu/script-fu.c added an eval PDB interface for running

* plug-ins/script-fu/script-fu.c
* plug-ins/script-fu/script-fu-console.[ch]: added an eval
PDB interface for running arbitrary scheme code

* app/batch.c: redid batch mode to use script-fu-eval

* app/main.c: fixed command line parsing for batch mode and
image loading

-Yosh
This commit is contained in:
Manish Singh
1998-09-10 19:03:20 +00:00
parent bdc82fb50a
commit e5ef178966
7 changed files with 135 additions and 270 deletions

View File

@ -24,5 +24,10 @@ void script_fu_console_run (char *name,
GParam *params,
int *nreturn_vals,
GParam **return_vals);
void script_fu_eval_run (char *name,
int nparams,
GParam *params,
int *nreturn_vals,
GParam **return_vals);
#endif /* __SCRIPT_FU_CONSOLE__ */