3
0
mirror of https://github.com/jlu5/PyLink.git synced 2024-11-01 01:09:22 +01:00

writing-plugins.md: mention that the default hook priority is 100

This commit is contained in:
James Lu 2018-12-27 12:08:36 -08:00
parent cb7708e095
commit 82ce9aac6c

View File

@ -33,7 +33,7 @@ Hook handlers may raise exceptions without blocking the event from reaching furt
### Hook priorities
The `priority` option in `utils.add_hook()` allows setting a hook handler's priority when binding it. When multiple modules bind to one hook command, handlers are called in order of decreasing priority (i.e. highest first).
There is no standard for hook priorities as of 2.0; instead they are declared as necessary. Some priority values used in 2.0 are shown here for reference:
There is no standard for hook priorities as of 2.0; instead they are declared as necessary. Some priority values used in 2.0 are shown here for reference (the default priority for handlers is **100**):
| Module | Commands | Priority | Description |
|-------------------|-----------------|----------|-------------|