[ 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.
| 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 |
|
the return values for the procedure call. |