2006-02-16 Robert McQueen <robot101@debian.org>
authorRobert McQueen <robot101@debian.org>
Wed, 15 Feb 2006 23:45:50 +0000 (23:45 +0000)
committerRobert McQueen <robot101@debian.org>
Wed, 15 Feb 2006 23:45:50 +0000 (23:45 +0000)
commit397b0a4ec150c4400de8a041d077c819f6e978bd
tree4d4f13752e02db90fed751fb933d10fda961fbdd
parent08bbc0210c243cb1c7e41d0c434fc069c7b2743c
2006-02-16  Robert McQueen  <robot101@debian.org>

* glib/dbus-gmain.c: Make the previous commit compile.

* python/_dbus.py, python/matchrules.py: Patch from Ole Andre
Ravnaas <ole.andre.ravnaas@collabora.co.uk> to allow you to
specify sender_keyword="foo", path_keyword="bar" when adding
a signal listener, so that you can bind to signals generically
but still do something useful in your callback.

* python/dbus_bindings.pyx: Demarshal the byte type as unsigned
chars so that they're not cast to chars and made negative. Thanks
to Jakub Stachowski for reporting this and testing the fix.
ChangeLog
glib/dbus-gmain.c
python/_dbus.py
python/dbus_bindings.pyx
python/matchrules.py