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

Colin Walters walters at verbum.org
Tue Feb 16 14:39:37 PST 2010


Hi,

On Tue, Feb 16, 2010 at 3:27 PM, James <purpleidea at gmail.com> wrote:
> 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.

This is not a good idea, most DBus consumers expect static interfaces.
 You can achieve a lot of dynamism by passing around a{sv} types
however.


More information about the dbus mailing list