[ 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.
| procedure |
the Procedure that runs. |
| config |
the |
| run_data |
the run_data given in Procedure. |
|
the |