BatchFunc


Description:

[ 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.

Parameters:

procedure

the Procedure that runs.

run_mode

the RunMode.

config

the procedure's remaining arguments.

run_data

the run_data given in BatchProcedure.

Returns:

the procedure's return values.


Namespace: Gimp
Package: gimp-3.0