Method

GimpProcedureget_aux_arguments

unstable since: 3.0

Declaration [src]

GParamSpec**
gimp_procedure_get_aux_arguments (
  GimpProcedure* procedure,
  gint* n_arguments
)

Description

No description available.

Available since: 3.0

Parameters

n_arguments

Type: gint*

Returns the number of auxiliary arguments.

The argument will be set by the function.

Return value

Type: An array of GParamSpec*

An array of GParamSpec in the order added with gimp_procedure_add_aux_argument().

The length of the array is in the n_arguments argument.
The data is owned by the instance.