refresh_all_async


Description:

[ CCode ( array_length = false , array_null_terminated = true ) ]
[ Version ( since = "1.5" ) ]
public async string[] refresh_all_async (ProgressCallback? progress_callback, Cancellable? cancellable) throws Error

Asynchronously ensure all snaps are updated to their latest versions.

See refresh_all_sync for more information.

Parameters:

this

a Client.

progress_callback

function to callback with progress.

cancellable

a Cancellable or null.

callback

a TaskReadyCallback to call when the request is satisfied.

progress_callback_data

user data to pass to progress_callback.

user_data

the data to pass to callback function.