Gimp.Procedure.prototype.get_aux_arguments
function get_aux_arguments(): [return_value: Array(GObject.ParamSpec), n_arguments: Number(gint)] {
// Gjs wrapper for gimp_procedure_get_aux_arguments()
}
Since 3.0
- return_value
An array of @GParamSpec in the order added with Gimp.Procedure.prototype.add_aux_argument.
- n_arguments
Returns the number of auxiliary arguments.