Method
GimpProcedureget_return_values
Declaration [src]
GParamSpec**
gimp_procedure_get_return_values (
GimpProcedure* procedure,
gint* n_return_values
)
Parameters
n_return_values |
gint* |
Returns the number of return values. |
|
The argument will be set by the function. |
Return value
Returns: | An array of GParamSpec* |
An array
of |
|
The length of the array is in the n_return_values argument. | |
The data is owned by the instance. |