[ CCode ( instance_pos = 3.9 ) ]
[ Version ( since = "0.7.1" ) ]
public delegate void DBusDaemonNameOwnerChangedCb (DBusDaemon bus_daemon, string name, string new_owner)
The signature of the callback called by watch_name_owner.
bus_daemon |
The D-Bus daemon |
name |
The name whose ownership has changed or been discovered |
new_owner |
The unique name that now owns |
user_data |
Arbitrary user-supplied data as passed to watch_name_owner |