DBusConnection.exitOnClose

Get exitOnClose property.

  1. bool exitOnClose [@property getter]
    class DBusConnection
    @property
    bool
    exitOnClose
    ()
  2. bool exitOnClose [@property setter]

Return Value

Type: bool

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

Note that #GDBusConnection objects returned by gio.global.busGetFinish and gio.global.busGetSync will (usually) have this property set to true.