mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2025-12-22 12:30:08 +01:00
* 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. |
||
|---|---|---|
| .. | ||
| examples | ||
| tests | ||
| .cvsignore | ||
| __init__.py | ||
| _dbus.py | ||
| _util.py | ||
| dbus_bindings.pyx.in | ||
| dbus_h_wrapper.h | ||
| decorators.py | ||
| exceptions.py | ||
| extract.py | ||
| Makefile.am | ||
| matchrules.py | ||
| proxies.py | ||
| services.py | ||
| types.py | ||