interface_proxy_signal
Description:
public virtual signal void interface_proxy_signal (DBusObjectProxy object_proxy, DBusProxy interface_proxy, string sender_name, string signal_name, Variant parameters)
Emitted when a D-Bus signal is received on interface_proxy.
This signal exists purely as a convenience to avoid having to connect signals to all interface proxies managed by manager.
This signal is emitted in the thread-default main context that manager was constructed in.
Parameters:
| object_proxy |
The DBusObjectProxy on which an interface is emitting a D-Bus signal. |
| interface_proxy |
The DBusProxy that is emitting a D-Bus signal. |
| sender_name |
The sender of the signal or NULL if the connection is not a bus connection. |
| signal_name |
The signal name. |
| parameters |
A Variant tuple with parameters for the signal. |