Gimp.Procedure.prototype.run
function run(args: Gimp.ValueArray): Gimp.ValueArray {
// Gjs wrapper for gimp_procedure_run()
}
Runs the procedure, calling the run_func given in [ctor@Procedure.new].
Since 3.0
- args
the procedure's arguments.
- Returns
The procedure's return values.