Gio.BusNameAppearedCallback

function onBusNameAppearedCallback(connection: Gio.DBusConnection, name: String, name_owner: String): void {
}
  

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

Since 2.26

connection

The Gio.DBusConnection the name is being watched on.

name

The name being watched.

name_owner

Unique name of the owner of the name being watched.