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
task
from online tasks service. - public async void delete_task_async (TasksTask task, Cancellable? cancellable)
Deletes
task
from online tasks service. - public bool delete_tasklist (TasksTasklist tasklist, Cancellable? cancellable = null) throws Error
Delete
tasklist
from online tasks service. - public async void delete_tasklist_async (TasksTasklist tasklist, Cancellable? cancellable)
Deletes
tasklist
from online tasks service. - public TasksTask insert_task (TasksTask task, TasksTasklist tasklist, Cancellable? cancellable = null) throws Error
Inserts
task
by uploading it to the online tasks service into tasklisttasklist
. - public async void insert_task_async (TasksTask task, TasksTasklist tasklist, Cancellable? cancellable)
Inserts
task
by uploading it to the online tasks service into tasklisttasklist
. - public TasksTasklist insert_tasklist (TasksTasklist tasklist, Cancellable? cancellable = null) throws Error
Inserts
tasklist
by uploading it to the online tasks service. - public async void insert_tasklist_async (TasksTasklist tasklist, Cancellable? cancellable)
Inserts
tasklist
by 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
task
in online tasks service. - public async void update_task_async (TasksTask task, Cancellable? cancellable)
Updates
task
to online tasks service. - public TasksTasklist update_tasklist (TasksTasklist tasklist, Cancellable? cancellable = null) throws Error
Update
tasklist
in online tasks service. - public async void update_tasklist_async (TasksTasklist tasklist, Cancellable? cancellable)
Updates
tasklist
from online tasks service.
Inherited Members:
All known members inherited from class GData.Service
All known members inherited from class GLib.Object