Signal detail or null (default)
signal callback delegate or function to connect
void callback(string senderName, string signalName, glib.variant.VariantG parameters, gio.dbus_proxy.DBusProxy dBusProxy)
senderName The sender of the signal or null if the connection is not a bus connection. (optional)
signalName The name of the signal. (optional)
parameters A #GVariant tuple with parameters for the signal. (optional)
dBusProxy the instance the signal is connected to (optional)
Yes.After to execute callback after default handler, No.After to execute before (default)
Signal ID
Connect to GSignal signal.
Emitted when a signal from the remote object and interface that proxy is for, has been received.
Since 2.72 this signal supports detailed connections. You can connect to the detailed signal g-signal::x in order to receive callbacks only when signal x is received from the remote object.