tasklists_get_sync
Description:
public bool tasklists_get_sync (string tasklist_id, out Object out_tasklist, Cancellable? cancellable = null) throws Error
  
  Gets a task list tasklist_id and returns it as a Object, which should
      be freed with unref, when no longer needed.
There can be used tasklist_get_id, tasklist_get_etag, tasklist_get_title, tasklist_get_self_link, tasklist_get_updated to read the properties of the task list.
Parameters:
| this | 
           an GDataSession  | 
      
| tasklist_id | 
           id of a task list  | 
      
| out_tasklist | 
           tasklist object  | 
      
| cancellable | 
           optional Cancellable object, or   | 
      
Returns:
| 
           whether succeeded  |