Virtual Method
GimpProcedurerun
Declaration [src]
GimpValueArray*
run (
GimpProcedure* procedure,
const GimpValueArray* args
)
Description [src]
Called when the procedure is executed via gimp_procedure_run().
the default implementation simply calls the procedure’s GimpRunFunc
,
GimpProcedure
subclasses are free to modify the passed args
and
call their own, subclass-specific run functions.
Parameters
args
-
Type:
GimpValueArray
No description available.
The data is owned by the caller of the method.
Return value
Type: GimpValueArray
No description available.
The caller of the method takes ownership of the returned data, and is responsible for freeing it. |