[ 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.
this |
A calendar component. |
a SList of unique identifiers for alarms. |