Adding/Removing/Changing Dbus methods/signals on an already available dbus service.

James purpleidea at gmail.com
Tue Feb 16 12:27:45 PST 2010


Hi all,
Is it possible (or even a good idea) for a dbus service to be able to
add/remove/change dbus exported methods or signals on an already
running dbus service.

I'm using dbus-python, and it's easy to add additional methods into a
class that inherits from dbus.service.Object, but naturally these
won't appear on the bus (even with the decorators added).

Perhaps there would be a way to do this, and potentially even generate a signal?

Thanks in advance,
_James


More information about the dbus mailing list