Signal
EBackendDBusServer::bus-name-lost
Declaration
void
bus_name_lost (
EDBusServer* self,
GDBusConnection* connection,
gpointer user_data
)
Description [src]
Emitted when server loses its well-known session bus name
or the session bus connection has been closed.
| Default handler: The default handler is called after the handlers added via |
Parameters
connection-
Type:
GDBusConnectionThe
GDBusconnectionto the session bus, orNULLif the connection has been closed.The data is owned by the caller of the function.