Gio.DBusProxy::g-signal
connect('g-signal', function (dBusProxy, sender_name: String, signal_name: String, parameters: GLib.Variant, ): void);
Emitted when a signal from the remote object and interface that @proxy is for, has been received.
Since 2.26
- dBusProxy
instance of Gio.DBusProxy that is emitting the signal
- sender_name
The sender of the signal or null if the connection is not a bus connection.
- signal_name
The name of the signal.
- parameters
A GLib.Variant tuple with parameters for the signal.