delete_tasklist_async
Description:
Deletes tasklist
from online tasks service.
this and tasklist
are both reffed when this function is called, so can safely be unreffed after
this function returns.
callback
should call delete_entry_async.end to finish
deleting tasklist and to check for possible errors.
For more details, see delete_tasklist, which is the synchronous version of this function, and delete_entry_async, which is the base asynchronous insertion function.
Parameters:
this | |
tasklist |
TasksTasklist to delete |
cancellable |
optional Cancellable object, or |
callback |
a TaskReadyCallback to call when insertion is finished |
user_data |
data to pass to the |