Gimp.RunFunc

@accepts(Gimp.Procedure, Gimp.ValueArray, gpointer)
@returns(Gimp.ValueArray)
def on_RunFunc(procedure, args, run_data):
  

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

Since 3.0

procedure

the Gimp.Procedure that runs.

args

the procedure's arguments.

run_data

the run_data given in Gimp.Procedure.new.

Returns

the procedure's return values.