summaryrefslogtreecommitdiffstats
path: root/python/matchrules.py
Commit message (Collapse)AuthorAgeFilesLines
* * python/decorators.py: import dbus_bindingsJohn (J5) Palmieri2005-05-241-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.