Gimp.Procedure.prototype.add_path_argument

function add_path_argument(name: String, nick: String, blurb: String, none_ok: Boolean, flags: GObject.ParamFlags): void {
    // Gjs wrapper for gimp_procedure_add_path_argument()
}
  

Add a new Gimp.Path 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.

none_ok

Whether no is a valid value.

flags

argument flags.