Gimp.Procedure.new_arguments

@accepts(Gimp.Procedure)
@returns(Gimp.ValueArray)
def new_arguments(self):
    # Python 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

self

the Gimp.Procedure.

Returns