get_changes_sync
Description:
[ Version ( since = "1.29" ) ]
public GenericArray<unowned Change> get_changes_sync (ChangeFilter filter, string? snap_name, Cancellable? cancellable = null) throws Error
public GenericArray<unowned Change> get_changes_sync (ChangeFilter filter, string? snap_name, Cancellable? cancellable = null) throws Error
Get changes that have occurred / are occurring on the snap daemon.
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. |
Returns:
an array of Change or null on error. |