BusNameAppearedCallback

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

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

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

  • param name The name being watched.

  • param nameOwner Unique name of the owner of the name being watched.