BusNameVanishedCallback

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

Invoked when the name being watched is known not to have to have an owner.

This is also invoked when the #GDBusConnection on which the watch was established has been closed. In that case, @connection will be null.

  • param connection The #GDBusConnection the name is being watched on, or null.

  • param name The name being watched.