Gimp.Procedure.run_config
@accepts(Gimp.Procedure, Gimp.ProcedureConfig)
@returns(Gimp.ValueArray)
def run_config(self, config):
# Python wrapper for gimp_procedure_run_config()
Runs self, 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].
Since 3.0
- self
the [class@gimp.Procedure] to run.
- config
the self's arguments.
- Returns