Gimp.Procedure.run_config (original) (raw)

Method

GimpProcedurerun_config

since: 3.0

Declaration [src]


GimpValueArray*
gimp_procedure_run_config (
  GimpProcedure* procedure,
  GimpProcedureConfig* config
)

Parameters

config

Type: GimpProcedureConfig

The procedure‘s arguments.

The argument can be NULL.
The data is owned by the caller of the function.

Return value

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