TasksService
Object Hierarchy:
Description:
[ CCode ( type_id = "gdata_tasks_service_get_type ()" ) ]
[ Version ( since = "0.15.0" ) ]
public class TasksService : Service
[ Version ( since = "0.15.0" ) ]
public class TasksService : Service
All the fields in the TasksService structure are private and should never be accessed directly.
Namespace: GData
Package: libgdata
Content:
Static methods:
- public static unowned AuthorizationDomain get_primary_authorization_domain ()
The primary AuthorizationDomain for interacting with Google Tasks.
Creation methods:
- public TasksService (Authorizer? authorizer)
Creates a new TasksService using the given Authorizer.
Methods:
- public bool delete_task (TasksTask task, Cancellable? cancellable = null) throws Error
Delete
taskfrom online tasks service. - public async void delete_task_async (TasksTask task, Cancellable? cancellable)
Deletes
taskfrom online tasks service. - public bool delete_tasklist (TasksTasklist tasklist, Cancellable? cancellable = null) throws Error
Delete
tasklistfrom online tasks service. - public async void delete_tasklist_async (TasksTasklist tasklist, Cancellable? cancellable)
Deletes
tasklistfrom online tasks service. - public TasksTask insert_task (TasksTask task, TasksTasklist tasklist, Cancellable? cancellable = null) throws Error
Inserts
taskby uploading it to the online tasks service into tasklisttasklist. - public async void insert_task_async (TasksTask task, TasksTasklist tasklist, Cancellable? cancellable)
Inserts
taskby uploading it to the online tasks service into tasklisttasklist. - public TasksTasklist insert_tasklist (TasksTasklist tasklist, Cancellable? cancellable = null) throws Error
Inserts
tasklistby uploading it to the online tasks service. - public async void insert_tasklist_async (TasksTasklist tasklist, Cancellable? cancellable)
Inserts
tasklistby uploading it to the online tasks service. - public Feed query_all_tasklists (Query? query, Cancellable? cancellable, QueryProgressCallback? progress_callback) throws Error
Queries the service to return a list of all tasklists from the authenticated account which match the given
query. - public async void query_all_tasklists_async (Query? query, Cancellable? cancellable, owned QueryProgressCallback? progress_callback)
Queries the service to return a list of all tasklists from the authenticated account which match the given
query. - public Feed query_tasks (TasksTasklist tasklist, Query? query, Cancellable? cancellable, QueryProgressCallback? progress_callback) throws Error
Queries the service to return a list of tasks in the given
tasklist, which matchquery. - public async void query_tasks_async (TasksTasklist tasklist, Query? query, Cancellable? cancellable, owned QueryProgressCallback? progress_callback)
Queries the service to return a list of tasks in the given
tasklist, which matchquery. - public TasksTask update_task (TasksTask task, Cancellable? cancellable = null) throws Error
Update
taskin online tasks service. - public async void update_task_async (TasksTask task, Cancellable? cancellable)
Updates
taskto online tasks service. - public TasksTasklist update_tasklist (TasksTasklist tasklist, Cancellable? cancellable = null) throws Error
Update
tasklistin online tasks service. - public async void update_tasklist_async (TasksTasklist tasklist, Cancellable? cancellable)
Updates
tasklistfrom online tasks service.
Inherited Members:
All known members inherited from class GData.Service
All known members inherited from class GLib.Object