Gimp.Procedure.add_string_return_value

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

Add a new string return value 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.

value

the default value.

flags

argument flags.