BusNameVanishedCallback


Description:

public delegate void BusNameVanishedCallback (DBusConnection connection, string name)

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.

Parameters:

connection

The DBusConnection the name is being watched on, or null.

name

The name being watched.

user_data

User data passed to g_bus_watch_name.


Namespace: GLib
Package: gio-2.0