Gimp.Procedure.prototype.add_param_return_value

function add_param_return_value(name: String, nick: String, blurb: String, param_type: GObject.Type, flags: GObject.ParamFlags): void {
    // Gjs wrapper for gimp_procedure_add_param_return_value()
}
  

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

param_type

the #GPParamType for this argument

flags

argument flags.