Method
EDataCalCalCachedup_component_revision
since: 3.26
Declaration [src]
gchar*
e_cal_cache_dup_component_revision (
ECalCache* cal_cache,
ICalComponent* icomp
)
Description [src]
Returns the icomp revision, used to detect changes.
The returned string should be freed with g_free(), when
no longer needed.
Available since: 3.26
Parameters
icomp-
Type:
NoneAn
ICalComponent.The data is owned by the caller of the method.