Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * python/decorators.py: import dbus_bindings | John (J5) Palmieri | 2005-05-24 | 1 | -0/+170 |
* python/matchrules.py (SignalMatchRule, SignalMatchTree, SignalMatchNode): new classes that implement wildcard signal callback matching using a tree lookup. Heavily modified from a patch sent by Celso Pinto (fd.o bug #3241) * _dbus.py (add_signal_receiver, remove_signal_receiver, _signal_func): use new match classes to handle signals. |