Method

GioDBusConnectionget_exit_on_close

since: 2.26

Declaration

gboolean
g_dbus_connection_get_exit_on_close (
  GDBusConnection* connection
)

Description

Gets whether the process is terminated when connection is closed by the remote peer. See GDBusConnection:exit-on-close for more details.

Available since: 2.26

Return value

Type: gboolean

Whether the process is terminated when connection is closed by the remote peer.