Gimp.Procedure.prototype.find_return_value
function find_return_value(name: String): GObject.ParamSpec {
// Gjs wrapper for gimp_procedure_find_return_value()
}
Searches the procedure's return values for a GObject.ParamSpec called name.
Since 3.0
- name
A return value name
- Returns
The procedure's return values with name if it exists, or null otherwise.