get_offline_changes


Description:

public SList<CacheOfflineChange> get_offline_changes (Cancellable? cancellable = null) throws Error

Gathers the list of all offline changes being done so far.

The returned SList contains CacheOfflineChange structure. Use clear_offline_changes to clear all offline changes at once.

Parameters:

this

an Cache

cancellable

optional Cancellable object, or null

Returns:

A newly allocated list of all offline changes. Free it with g_slist_free_full (slist, e_cache_offline_change_free); when no longer needed.