Gio.BusNameVanishedCallback
function onBusNameVanishedCallback(connection: Gio.DBusConnection, name: String): void {
}
Invoked when the name being watched is known not to have to have a owner.
This is also invoked when the #GDBusConection on which the watch was established has been closed. In that case, connection will be null.
Since 2.26
- connection
The Gio.DBusConnection the name is being watched on, or null.
- name
The name being watched.