Method
GimpProcedurenew_return_values
since: 3.0
Declaration [src]
GimpValueArray*
gimp_procedure_new_return_values (
GimpProcedure* procedure,
GimpPDBStatusType status,
GError* error
)
Parameters
status-
Type:
GimpPDBStatusTypeThe success status of the procedure run.
error-
Type:
GErroran optional `GError`. This parameter should be set if `status` is either <a href="enum.PDBStatusType.html#execution-error"><code>GIMP_PDB_EXECUTION_ERROR</code></a> or <a href="enum.PDBStatusType.html#calling-error"><code>GIMP_PDB_CALLING_ERROR</code></a>.The argument can be NULL.The instance takes ownership of the data, and is responsible for freeing it.
Return value
Type: GimpValueArray
The expected GimpValueArray as could be returned
by a GimpRunFunc.
| The caller of the method takes ownership of the returned data, and is responsible for freeing it. |