CacheOfflineChange


Description:

[ CCode ( has_construct_function = false ) ]
public CacheOfflineChange (string uid, string? revision, string? object, OfflineState state)

Creates a new CacheOfflineChange with the offline state information for the given uid.

Parameters:

uid

a unique object identifier

revision

a revision of the object

object

object itself

state

an OfflineState

Returns:

A new CacheOfflineChange. Free it with cache_offline_change_free when no longer needed.