tasklists_insert_sync
Description:
public bool tasklists_insert_sync (string title, out Object out_inserted_tasklist, Cancellable? cancellable = null) throws Error
Creates a new task list, titled title
.
The out_inserted_tasklist
should be freed with unref, when no
longer needed.
Parameters:
this |
an GDataSession |
title |
title to set |
out_inserted_tasklist |
the created task list |
cancellable |
optional Cancellable object, or |
Returns:
whether succeeded |