Gimp.Procedure::run

@accepts(Gimp.Procedure, Gimp.ValueArray)
@returns(Gimp.ValueArray)
def do_run(procedure, args):
  

Runs the procedure, calling the run_func given in [ctor@Procedure.new].

Since 3.0

procedure

a @GimpProcedure.

args

the self's arguments.

Returns

The self's return values.