get_offline_changes


Description:

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

The same as get_offline_changes, only splits the saved UID into UID and RID and saved the data into CalCacheOfflineChange structure.

Parameters:

this

an CalCache

cancellable

optional Cancellable object, or null

Returns:

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