dismiss_all
Description:
[ CCode ( cname = "e_reminder_watcher_dismiss_all" ) ]
public async bool dismiss_all (Cancellable? cancellable) throws Error
public async bool dismiss_all (Cancellable? cancellable) throws Error
Asynchronously dismiss all past reminders.
When the operation is finished, callback
will be called. You can then call dismiss_all.end to get the
result of the operation.
Parameters:
this | |
cancellable |
optional Cancellable object, or null |
callback |
a TaskReadyCallback to call when the request is satisfied |
user_data |
data to pass to the callback function |