RunFunc


Description:

[ CCode ( instance_pos = 2.9 ) ]
[ Version ( since = "3.0" ) ]
public delegate ValueArray RunFunc (Procedure procedure, ProcedureConfig config)

The run function is run during the lifetime of the GIMP session, each time a plug-in procedure is called.

Parameters:

procedure

the Procedure that runs.

config

the procedure's arguments in a config object.

run_data

the run_data given in Procedure.

Returns:

the procedure's return values.


Namespace: Gimp
Package: gimp-3.0