Method
ECalComponentget_created
since: 3.34
Declaration [src]
ICalTime*
e_cal_component_get_created (
ECalComponent* comp
)
Description [src]
Queries the date in which a calendar component object was created 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 creation date, 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. |