Method
ECalComponentget_last_modified
since: 3.34
Declaration [src]
ICalTime*
e_cal_component_get_last_modified (
ECalComponent* comp
)
Description [src]
Queries the time at which a calendar component object was last modified in the calendar store. Free the returned non-NULL pointer with g_object_unref(), when no longer needed.
Available since: 3.34
Return value
Type: None
The last modified time, as an
ICalTime, or NULL, when none is set.
| The caller of the method takes ownership of the returned data, and is responsible for freeing it. |
The return value can be NULL. |