BusNameAppearedCallback
typealias BusNameAppearedCallback = (connection: DBusConnection, name: String, nameOwner: String) -> Unit(source)
Invoked when the name being watched is known to have to have an owner.
param
connectionThe #GDBusConnection the name is being watched on.param
nameThe name being watched.param
nameOwnerUnique name of the owner of the name being watched.