Gimp.Procedure.prototype.add_core_object_array_aux_argument

function add_core_object_array_aux_argument(name: String, nick: String, blurb: String, object_type: GObject.Type, flags: GObject.ParamFlags): void {
    // Gjs wrapper for gimp_procedure_add_core_object_array_aux_argument()
}
  

Add a new object array auxiliary argument to procedure.

Since 3.0

name

the name of the argument to be created.

nick

the label used in #GimpProcedureDialog.

blurb

a more detailed help description. object_type the type of object stored in the array

object_type
flags

argument flags.