Searched refs:exit_on_disconnect (Results 1 – 5 of 5) sorted by relevance
197 … dbus_bool_t exit_on_disconnect);
308 unsigned int exit_on_disconnect : 1; /**< If #TRUE, exit after handling disconnect signal */ member1322 connection->exit_on_disconnect = FALSE; in _dbus_connection_new_for_transport()3137 dbus_bool_t exit_on_disconnect) in dbus_connection_set_exit_on_disconnect() argument3142 connection->exit_on_disconnect = exit_on_disconnect != FALSE; in dbus_connection_set_exit_on_disconnect()4338 if (connection->exit_on_disconnect) in _dbus_connection_update_dispatch_status_and_unlock()
15 - exit_on_disconnect is set after the connection registers with a bus so we
76 * dbus/dbus-bus.c: Set default exit_on_disconnect after registration with78 exit_on_disconnect to FALSE will not be terminated if the bus exits
575 exit_on_disconnect here.9517 * dbus/dbus-bus.c (dbus_bus_get): set exit_on_disconnect to TRUE9521 exit_on_disconnect flag is set and we process the disconnected