run_config


Description:

[ Version ( since = "3.0" ) ]
public ValueArray run_config (ProcedureConfig? config)

Runs this, calling the run_func given in [ctor@Procedure.

new].

Create config at default values with [method@Gimp.Procedure.create_config] then set any argument you wish to change from defaults with [method@GObject.Object.set].

If config is null, the default arguments of this will be used.

Parameters:

this

the [class@Gimp.Procedure] to run.

config

the this's arguments.

Returns:

The this's return values.