get_interfaces2_async
Description:
[ Version ( since = "1.48" ) ]
public async GenericArray<unowned Interface> get_interfaces2_async (GetInterfacesFlags flags, string[]? names, Cancellable? cancellable) throws Error
public async GenericArray<unowned Interface> get_interfaces2_async (GetInterfacesFlags flags, string[]? names, Cancellable? cancellable) throws Error
Asynchronously get the installed snap interfaces.
See get_interfaces2_sync for more information.
Parameters:
| this |
a Client. |
| flags |
a set of GetInterfacesFlags to control what information is returned about the interfaces. |
| names |
a null-terminated array of interface names or null. |
| cancellable |
a Cancellable or null. |
| callback |
a TaskReadyCallback to call when the request is satisfied. |
| user_data |
the data to pass to callback function. |