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.
| this |
an Cache |
| cancellable |
optional Cancellable object, or null |
|
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. |