Gimp.FileProcedure.prototype.set_priority
function set_priority(priority: Number(gint)): void {
// Gjs wrapper for gimp_file_procedure_set_priority()
}
Sets the priority of a file handler procedure.
When more than one procedure matches a given file, the procedure with the lowest priority is used; if more than one procedure has the lowest priority, it is unspecified which one of them is used. The default priority for file handler procedures is 0.
Since 3.0
- priority
The procedure's priority.