Gimp.Procedure.prototype.find_aux_argument
function find_aux_argument(name: String): GObject.ParamSpec {
// Gjs wrapper for gimp_procedure_find_aux_argument()
}
Searches the procedure's auxiliary arguments for a GObject.ParamSpec called name.
Since 3.0
- name
An auxiliary argument name
- Returns
The procedure's auxiliary argument with name if it exists, or null otherwise.