get_changes_async


Description:

[ Version ( since = "1.29" ) ]
public async GenericArray<unowned Change> get_changes_async (ChangeFilter filter, string? snap_name, Cancellable? cancellable) throws Error

Asynchronously get changes that have occurred / are occurring on the snap daemon.

See get_changes_sync for more information.

Parameters:

this

a Client.

filter

changes to filter on.

snap_name

name of snap to filter on or null for changes for any snap.

cancellable

a Cancellable or null.

callback

a TaskReadyCallback to call when the request is satisfied.

user_data

the data to pass to callback function.