[ CCode ( instance_pos = 4.9 ) ]
[ Version ( since = "3.0" ) ]
public delegate ValueArray BatchFunc (Procedure procedure, RunMode run_mode, string command, ProcedureConfig config)
The batch function is run during the lifetime of the GIMP session, each time a plug-in batch procedure is called.
| procedure |
the Procedure that runs. |
| run_mode |
the RunMode. |
| config |
the |
| run_data |
the run_data given in BatchProcedure. |
|
the |