TasksService
Object Hierarchy:
Description:
[
CCode ( type_id =
"gdata_tasks_service_get_type ()" ) ]
[
Version ( since =
"0.15.0" ) ]
public class TasksService :
Service
All the fields in the TasksService structure are private and should never be accessed directly.
Content:
Static methods:
Creation methods:
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 tasklist tasklist
.
- public async void insert_task_async (TasksTask task, TasksTasklist tasklist, Cancellable? cancellable)
Inserts task
by uploading it to the online tasks service
into tasklist tasklist
.
- 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 match query
.
- 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 match query
.
- 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
- @get
- @new
- @ref
- @set
- add_toggle_ref
- add_weak_pointer
- bind_property
- connect
- constructed
- disconnect
- dispose
- dup_data
- dup_qdata
- force_floating
- freeze_notify
- get_class
- get_data
- get_property
- get_qdata
- get_type
- getv
- interface_find_property
- interface_install_property
- interface_list_properties
- is_floating
- new_valist
- new_with_properties
- newv
- notify
- notify_property
- ref_count
- ref_sink
- remove_toggle_ref
- remove_weak_pointer
- replace_data
- replace_qdata
- set_data
- set_data_full
- set_property
- set_qdata
- set_qdata_full
- set_valist
- setv
- steal_data
- steal_qdata
- thaw_notify
- unref
- watch_closure
- weak_ref
- weak_unref