Hi,

I have registered service and object from one process say a.
I have created interface of that service at given path in process say b.
Now I am able to call method of process a from process b.

But reverse is not possible, How to call method or send signal of process b from process a without registering new service and object of process b.

Or its compulsory to register object from any process if i want to call method of signal.

I have doubt regarding this dbus implementation.

Please you suggestion would be a great help for me.