Virtual Method

GimpProcedurerun

unstable since: 3.0

Declaration [src]

GimpValueArray*
run (
  GimpProcedure* procedure,
  const GimpValueArray* args
)

Description [src]

Runs the procedure, calling the run_func given in gimp_procedure_new().

Available since: 3.0

Parameters

args

Type: GimpValueArray

The procedures arguments.

The data is owned by the caller of the function.

Return value

Type: GimpValueArray

The procedures return values.

The caller of the function takes ownership of the data, and is responsible for freeing it.