get_alarm_uids
Description:
[
Version ( since =
"3.34" ) ]
public SList<
string>?
get_alarm_uids ()
Builds a list of the unique identifiers of the alarm subcomponents inside a calendar component.
Free the returned SList with g_slist_free_full (slist, g_free);, when no longer needed.
Parameters:
this |
A calendar component.
|
Returns:
a SList of unique identifiers for alarms.
|