[ CCode ( instance_pos = 3.9 ) ]
[ Version ( since = "2.26" ) ]
public delegate void BusNameAppearedCallback (DBusConnection connection, string name, string name_owner)
Invoked when the name being watched is known to have to have an owner.
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 |