BusNameLostCallback

typealias BusNameLostCallback = (connection: DBusConnection, name: String) -> Unit

Invoked when the name is lost or @connection has been closed.

  • param connection The #GDBusConnection on which to acquire the name or null if the connection was disconnected.

  • param name The name being owned.