Gimp.PDB.prototype.run_procedure_config

function run_procedure_config(procedure_name: String, config: Gimp.ProcedureConfig): Gimp.ValueArray {
    // Gjs wrapper for gimp_pdb_run_procedure_config()
}
  

Runs the procedure named procedure_name with config.

Since 3.0

procedure_name

the registered name to call.

config

a config object obtained with Gimp.Procedure.prototype.create_config.

Returns

the return values for the procedure call.