get_interfaces_async
Description:
[ Version ( deprecated = true , deprecated_since = "1.48" , since = "1.0" ) ]
public async bool get_interfaces_async (Cancellable? cancellable, out GenericArray<unowned Plug> plugs, out GenericArray<unowned Slot> slots) throws Error
public async bool get_interfaces_async (Cancellable? cancellable, out GenericArray<unowned Plug> plugs, out GenericArray<unowned Slot> slots) throws Error
Warning: get_interfaces_async is deprecated since 1.48.
Asynchronously get the installed snap interfaces.
Note:
See get_interfaces_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. |