Method
GimpProcedurenew_arguments
Declaration [src]
GimpValueArray*
gimp_procedure_new_arguments (
GimpProcedure* procedure
)
Description [src]
Format the expected argument values of procedures, in the order as
added with gimp_procedure_add_argument()
.
Available since: | 3.0 |
Return value
Returns: | GimpValueArray |
The expected |
|
The caller of the method takes ownership of the data, and is responsible for freeing it. |