list_connection_managers


Description:


[ Version ( deprecated = true , since = "0.7.1" ) ]
public void list_connection_managers (DBusDaemon bus_daemon, owned ConnectionManagerListCb callback, Object? weak_object)

Warning: list_connection_managers is deprecated.

List the available (running or installed) connection managers.

Note:

Call the callback when done.

Since 0.7.26, this function will wait for each ConnectionManager to be ready, so all connection managers passed to callback will have their TP_CONNECTION_MANAGER_FEATURE_CORE feature prepared, unless an error occurred while launching that connection manager.

Parameters:

bus_daemon

proxy for the D-Bus daemon

callback

callback to be called when listing the CMs succeeds or fails; not called if the weak_object goes away

weak_object

if not null, will be weakly referenced; the callback will not be called, and the call will be cancelled, if the object has vanished

destroy

callback to destroy the user-supplied data, called after callback, but also if the weak_object goes away

user_data

user-supplied data for the callback


Namespace: TelepathyGLib
Package: telepathy-glib