list_one_sync
Description:
[ Version ( deprecated = true , deprecated_since = "1.42" , since = "1.0" ) ]
public Snap list_one_sync (string name, Cancellable? cancellable = null) throws Error
public Snap list_one_sync (string name, Cancellable? cancellable = null) throws Error
Warning: list_one_sync is deprecated since 1.42.
Get information of a single installed snap.
Note:
Use get_snap_sync
Parameters:
this |
a Client. |
name |
name of snap to get. |
cancellable |
a Cancellable or null. |
Returns:
a Snap or null on error. |