[ CCode ( instance_pos = 3.9 ) ]
[ Version ( since = "0.7.35" ) ]
public delegate void DBusDaemonListNamesCb (DBusDaemon bus_daemon, string names, Error error, Object weak_object)
Signature of a callback for functions that list bus names.
bus_daemon |
object representing a connection to a bus |
names |
constant |
error |
the error that occurred, or |
weak_object |
the same object that was passed to tp_dbus_daemon_list_names or tp_dbus_daemon_list_activatable_names |
user_data |
the same user data that was passed to tp_dbus_daemon_list_names or tp_dbus_daemon_list_activatable_names |