Gimp.PDB.prototype.run_procedure_array
function run_procedure_array(procedure_name: String, arguments: Gimp.ValueArray): Gimp.ValueArray {
// Gjs wrapper for gimp_pdb_run_procedure_array()
}
Runs the procedure named procedure_name with arguments.
Since 3.0
- procedure_name
the procedure registered name.
- arguments
the call arguments.
- Returns
the return values for the procedure call.