Implement o.fd.DBus method wrappers in Python instead of C.
commit6963fa9cfa5be7af19b93c71d8a26c149cf2c88c
authorSimon McVittie <simon.mcvittie@collabora.co.uk>
Mon, 30 Apr 2007 10:20:53 +0000 (30 11:20 +0100)
committerSimon McVittie <simon.mcvittie@collabora.co.uk>
Mon, 30 Apr 2007 10:20:53 +0000 (30 11:20 +0100)
treed17460913cc09be9fab620816642086add76506a
parent478e03e211990d05725bfec5c44a1a1bf68eaf19
Implement o.fd.DBus method wrappers in Python instead of C.
This reduces the need to have _dbus_bindings.BusImplementation and makes
peer-to-peer connections easier to implement.
_dbus_bindings/bus.c
dbus/Makefile.am
dbus/_dbus.py
dbus/bus.py [new file with mode: 0644]