50d34755fa
Rename events: - domain-feature-set -> domain-feature-set:feature - domain-feature-delete -> domain-feature-delete:feature - domain-tag-add -> domain-tag-add:tag - domain-tag-delete -> domain-tag-delete:tag Make it consistent with property-* events. It makes more sense to include tag/feature name in event name, so handler can watch a single tag/feature - which is the most common case. Otherwise, most handlers would begin with `if feature == '...'` anyway, wasting time on most events. In cases where multiple features/tags should be handled by a single handler, it is now possible to register a handler with wildcard, for example `domain-feature-set:*`. |
||
---|---|---|
.. | ||
__init__.py | ||
admin.py | ||
block.py | ||
core_features.py | ||
gui.py | ||
pci.py | ||
qubesmanager.py | ||
r3compatibility.py | ||
services.py |