dbus.service: Allow objects to start off unexported, and become exported later.
commit7f2e0bfe0c205af512af716f4fcb7b8508269eb7
authorSimon McVittie <simon.mcvittie@collabora.co.uk>
Mon, 11 Jun 2007 13:51:59 +0000 (11 14:51 +0100)
committerSimon McVittie <simon.mcvittie@collabora.co.uk>
Mon, 11 Jun 2007 13:51:59 +0000 (11 14:51 +0100)
tree712e21270ec3e14005615367a84e125f71a850f0
parentcc6ea2758794601e2747ad9deccf7c8e887b0100
dbus.service: Allow objects to start off unexported, and become exported later.
Also allow them to be exported on more than one object path or even connection.
dbus.decorators: Allow connection_keyword on signals and methods, so we can
tell which connection to use for any follow-up actions.
dbus/decorators.py
dbus/service.py
test/test-service.py