exit_on_close


Description:

public bool exit_on_close { get; set; }

A boolean specifying whether the process will be terminated (by calling `raise(SIGTERM)`) if the connection is closed by the remote peer.

Note that DBusConnection objects returned by @get.end and get_sync will (usually) have this property set to true.