Gimp.Procedure.prototype.new_arguments

function new_arguments(): Gimp.ValueArray {
    // Gjs wrapper for gimp_procedure_new_arguments()
}
  

Format the expected argument values of procedures, in the order as added with [method@Procedure.add_argument].

Since 3.0

Returns

the expected Gimp.ValueArray which could be given as arguments to run procedure, with all values set to defaults. Free with Gimp.ValueArray.prototype.unref.