get_connections_async
Description:
[ Version ( deprecated = true , deprecated_since = "1.49" , since = "1.48" ) ]
public async bool get_connections_async (Cancellable? cancellable, out GenericArray<unowned Connection> established, out GenericArray<unowned Connection> undesired, out GenericArray<unowned Plug> plugs, out GenericArray<unowned Slot> slots) throws Error
public async bool get_connections_async (Cancellable? cancellable, out GenericArray<unowned Connection> established, out GenericArray<unowned Connection> undesired, out GenericArray<unowned Plug> plugs, out GenericArray<unowned Slot> slots) throws Error
Warning: get_connections_async is deprecated since 1.49.
Asynchronously get the installed snap connections.
Note:
See get_connections_sync for more information.
Parameters:
this |
a Client. |
cancellable |
a Cancellable or null. |
callback |
a TaskReadyCallback to call when the request is satisfied. |
user_data |
the data to pass to callback function. |