dup_snoozed


Description:

[ CCode ( cname = "e_reminder_watcher_dup_snoozed" ) ]
public SList<ReminderData>? dup_snoozed ()

Gathers a SList of currently snoozed reminder with snooze.

The snoozed reminders are remembered across sessions and they are re-triggered when their snooze time elapses, which can move them back to the list of past reminders.

Free the returned SList with g_slist_free_full (reminders, e_reminder_data_free); when no longer needed.

Parameters:

this

an ReminderWatcher

Returns:

a newly allocated SList of the snoozed reminders, or null, when there are none