run


Description:

[ NoWrapper ]
public virtual ValueArray run (ValueArray args)

Runs the procedure named procedure_name with arguments given as list of `(name, value)` pairs, terminated by null.

The order of arguments does not matter and if any argument is missing, its default value will be used. The value type must correspond to the argument type as registered for procedure_name.

Parameters:

this

the [class@Gimp.Procedure] to run.

first_arg_name

the name of an argument of this or null to run this with default arguments.

...

the value of first_arg_name and any more argument names and values as needed.

Returns:

the return values for the procedure call.