Method

GimpPDBrun_procedure_array

Declaration [src]

GimpValueArray*
gimp_pdb_run_procedure_array (
  GimpPDB* pdb,
  const gchar* procedure_name,
  const GimpValueArray* arguments
)

Description [src]

Runs the procedure named procedure_name with arguments.

Available since:3.0

Parameters

procedure_name const gchar*
 

The procedure registered name.

 The data is owned by the caller of the function.
 The value is a NUL terminated UTF-8 string.
arguments GimpValueArray
 

The call arguments.

 The data is owned by the caller of the function.

Return value

Returns: GimpValueArray
 

The return values for the procedure call.

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