Method
ECalComponentget_alarm_uids
since: 3.34
Declaration [src]
GSList*
e_cal_component_get_alarm_uids (
ECalComponent* comp
)
Description [src]
Builds a list of the unique identifiers of the alarm subcomponents inside a
calendar component. Free the returned GSList with
g_slist_free_full (slist, g_free);, when no longer needed.
Available since: 3.34