find_refreshable_async
Description:
[ Version ( since = "1.8" ) ]
public async GenericArray<unowned Snap> find_refreshable_async (Cancellable? cancellable) throws Error
public async GenericArray<unowned Snap> find_refreshable_async (Cancellable? cancellable) throws Error
Asynchronously find snaps in store that are newer revisions than locally installed versions.
See find_refreshable_sync for more information.
Parameters:
this |
a Client. |
cancellable |
a Cancellable or null. |
callback |
a TaskReadyCallback to call when the request is satisfied. |
user_data |
the data to pass to callback function. |