list_one_async
Description:
[ Version ( deprecated = true , deprecated_since = "1.42" , since = "1.0" ) ]
public async Snap list_one_async (string name, Cancellable? cancellable) throws Error
public async Snap list_one_async (string name, Cancellable? cancellable) throws Error
Warning: list_one_async is deprecated since 1.42.
Asynchronously get information of a single installed snap.
Note:
Use get_snap_async
See list_one_sync for more information.
Parameters:
this |
a Client. |
name |
name of snap to get. |
cancellable |
a Cancellable or null. |
callback |
a TaskReadyCallback to call when the request is satisfied. |
user_data |
the data to pass to callback function. |