Gimp.PDB.run_procedure_array
@accepts(Gimp.PDB, unicode, Gimp.ValueArray)
@returns(Gimp.ValueArray)
def run_procedure_array(self, procedure_name, arguments):
# Python wrapper for gimp_pdb_run_procedure_array()
Runs the procedure named procedure_name with arguments.
Since 3.0
- self
the Gimp.PDB object.
- procedure_name
the procedure registered name.
- arguments
the call arguments.
- Returns