Gimp.PDB.prototype.run_procedure

function run_procedure(procedure_name: String, arguments: Array(Any)): Gimp.ValueArray {
    // Gjs wrapper for gimp_pdb_run_procedure_argv()
}
  

Runs the procedure named procedure_name with arguments.

Since 3.0

procedure_name

the registered name to call.

arguments

the call arguments or null.

Returns

the return values for the procedure call.