Add special case to serialization: objects with a __dbus_object_path__ attribute...
commitbde53f1cf59b743d5e38b6ac4fbdf348bdf773db
authorSimon McVittie <simon.mcvittie@collabora.co.uk>
Wed, 10 Jan 2007 13:05:23 +0000 (10 13:05 +0000)
committerSimon McVittie <simon.mcvittie@collabora.co.uk>
Wed, 10 Jan 2007 13:05:23 +0000 (10 13:05 +0000)
tree44b2ca36270e876b5e715b5344d9997df4d248cd
parent92e8cc8ff3cb87af3e94bc455d3be057e98846d3
Add special case to serialization: objects with a __dbus_object_path__ attribute are serialized as that object path. Add that attribute to ProxyObject, dbus.Interface and dbus.service.Object.
_dbus_bindings/abstract.c
_dbus_bindings/message-append.c
_dbus_bindings/types-internal.h
dbus/_dbus.py
dbus/proxies.py
dbus/service.py
test/test-standalone.py