DBusDaemonListNamesCb


Description:

[ 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.

Parameters:

bus_daemon

object representing a connection to a bus

names

constant null-terminated array of constant strings representing bus names, or null on error

error

the error that occurred, or null on success

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


Namespace: TelepathyGLib
Package: telepathy-glib