Warning: list_connection_managers is deprecated.
List the available (running or installed) connection managers.
since 0.19.1, use list_connection_managers_async
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.
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 |
if not |
destroy |
callback to destroy the user-supplied data, called after |
user_data |
user-supplied data for the callback |