Gimp.PDB.run_procedure_argv
@accepts(Gimp.PDB, unicode, [GObject.Value], int)
@returns(Gimp.ValueArray)
def run_procedure_argv(self, procedure_name, arguments, n_arguments):
# Python wrapper for gimp_pdb_run_procedure_argv()
Runs the procedure named procedure_name with arguments.
Since 3.0
- self
the Gimp.PDB object.
- procedure_name
the registered name to call.
- arguments
the call arguments or None.
- n_arguments
the number of arguments.
- Returns