mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2025-12-29 02:00:10 +01:00
* 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. |
||
|---|---|---|
| .. | ||
| examples | ||
| .cvsignore | ||
| __init__.py | ||
| _dbus.py | ||
| _util.py | ||
| dbus.pth | ||
| dbus_bindings.pxd.in | ||
| dbus_bindings.pyx | ||
| dbus_glib_bindings.pyx | ||
| dbus_h_wrapper.h | ||
| decorators.py | ||
| exceptions.py | ||
| extract.py | ||
| glib.py | ||
| introspect_parser.py | ||
| Makefile.am | ||
| matchrules.py | ||
| proxies.py | ||
| service.py | ||
| types.py | ||