signal callback delegate or function to connect
void callback(bool remotePeerVanished, glib.error.ErrorG error, gio.dbus_connection.DBusConnection dBusConnection)
remotePeerVanished true if connection is closed because the remote peer closed its end of the connection (optional)
error a #GError with more details about the event or null (optional)
dBusConnection 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 Closed signal.
Emitted when the connection is closed.
The cause of this event can be
Upon receiving this signal, you should give up your reference to connection. You are guaranteed that this signal is emitted only once.