Gimp.Procedure::run
function vfunc_run(args: Gimp.ValueArray): Gimp.ValueArray {
}
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.
function vfunc_run(args: Gimp.ValueArray): Gimp.ValueArray {
}
Runs the procedure, calling the run_func given in [ctor@Procedure.new].
Since 3.0
the procedure's arguments.
The procedure's return values.