Home
last modified time | relevance | path

Searched refs:exit_on_disconnect (Results 1 – 5 of 5) sorted by relevance

/external/dbus/dbus/
Ddbus-connection.h197 … dbus_bool_t exit_on_disconnect);
Ddbus-connection.c308 unsigned int exit_on_disconnect : 1; /**< If #TRUE, exit after handling disconnect signal */ member
1322 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() argument
3142 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()
/external/dbus/
DNEWS.pre-1-215 - exit_on_disconnect is set after the connection registers with a bus so we
DChangeLog.pre-1-276 * dbus/dbus-bus.c: Set default exit_on_disconnect after registration with
78 exit_on_disconnect to FALSE will not be terminated if the bus exits
DChangeLog.pre-1-0575 exit_on_disconnect here.
9517 * dbus/dbus-bus.c (dbus_bus_get): set exit_on_disconnect to TRUE
9521 exit_on_disconnect flag is set and we process the disconnected