BusNameAppearedCallback


Description:

public delegate void BusNameAppearedCallback (DBusConnection connection, string name, string name_owner)

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

Parameters:

connection

The DBusConnection the name is being watched on.

name

The name being watched.

name_owner

Unique name of the owner of the name being watched.

user_data

User data passed to g_bus_watch_name.


Namespace: GLib
Package: gio-2.0