* python/decorators.py: import dbus_bindings
authorJohn (J5) Palmieri <johnp@redhat.com>
Tue, 24 May 2005 00:21:07 +0000 (00:21 +0000)
committerJohn (J5) Palmieri <johnp@redhat.com>
Tue, 24 May 2005 00:21:07 +0000 (00:21 +0000)
commite43a353d27f1b9643c21ccff53a7759fc3dcdffe
treead51cf8b4ec9801fe11e012b7453ddb52c51ab44
parent8af9f11e54317698424bc15ca566e46268646d73
* python/decorators.py: import dbus_bindings

* 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.
ChangeLog
python/Makefile.am
python/_dbus.py
python/decorators.py
python/examples/example-signal-emitter.py
python/examples/example-signal-recipient.py
python/matchrules.py [new file with mode: 0644]