remove2_sync
Description:
[ Version ( since = "1.50" ) ]
public bool remove2_sync (RemoveFlags flags, string name, ProgressCallback? progress_callback, Cancellable? cancellable = null) throws Error
public bool remove2_sync (RemoveFlags flags, string name, ProgressCallback? progress_callback, Cancellable? cancellable = null) throws Error
Uninstall a snap.
Parameters:
this |
a Client. |
flags |
a set of RemoveFlags to control remove options. |
name |
name of snap to remove. |
progress_callback |
function to callback with progress. |
cancellable |
a Cancellable or null. |
progress_callback_data |
user data to pass to |
Returns:
true on success or false on error. |