Gimp.Procedure.add_file_argument

@accepts(Gimp.Procedure, unicode, unicode, unicode, GObject.ParamFlags)
@returns(none)
def add_file_argument(self, name, nick, blurb, flags):
    # Python wrapper for gimp_procedure_add_file_argument()
  

Add a new Gio.File argument to self.

Since 3.0

self

the Gimp.Procedure.

name

the name of the argument to be created.

nick

the label used in #GimpProcedureDialog.

blurb

a more detailed help description.

flags

argument flags.