* python/_dbus.py (Bus::remove_signal_receiver):
authorJohn (J5) Palmieri <johnp@redhat.com>
Fri, 15 Jul 2005 02:15:08 +0000 (02:15 +0000)
committerJohn (J5) Palmieri <johnp@redhat.com>
Fri, 15 Jul 2005 02:15:08 +0000 (02:15 +0000)
commitdc4d80e56775c1a69a51f196aec1bd331a645749
treee6fb5461986a216dc64a529004392f8a859472b6
parent6c191520c8b33cd7e550a6e3d9d853c25f552f54
* python/_dbus.py (Bus::remove_signal_receiver):
  don't add a callback to the match if none has been passed in

* python/matchrules.py (SignalMatchTree::remove): if the rule
  being matched does not have a callback treat it as a wildcard
  fix matching logic

* doc/dbus-tutorial.xml: Add Python tutorial
ChangeLog
doc/dbus-tutorial.xml
python/_dbus.py
python/matchrules.py