Is there a way to declare which signals are signed by a Python application over DBus?
In other words, is there an advertising method through the Introspective interface that the signals are subscribed to. I am using the D-Bus D-Bus Debugger.
eg. The application subscribes to signal X (using the method add_signal_receiverfor the object bus).
source
share