- public void task_add_completed (Builder builder, int64 value)
Adds a Task:completed property value
into the builder
, which should have started an object member.
- public void task_add_due (Builder builder, int64 value)
Adds a Task::due property value
into the builder
,
which should have started an object member.
- public void task_add_id (Builder builder, string value)
Adds a Task::id property value
into the builder
,
which should have started an object member.
- public void task_add_notes (Builder builder, string? value)
Adds a Task::notes property value
into the builder
, which should have started an object member.
- public void task_add_status (Builder builder, GDataTaskStatus value)
Adds a Task::status property value
into the builder
, which should have started an object member.
- public void task_add_title (Builder builder, string value)
Adds a Task::title property value
into the builder
, which should have started an object member.
- public int64 task_get_completed (Object task)
Returns Task::completed property, as Unix time.
- public bool task_get_deleted (Object task)
Returns Task::deleted property, as Unix time.
- public int64 task_get_due (Object task)
Returns Task::due property, as Unix time.
- public unowned string? task_get_etag (Object task)
Returns Task::etag property.
- public bool task_get_hidden (Object task)
Returns Task::hidden property, as Unix time.
- public unowned string? task_get_id (Object task)
Returns Task::id property.
- public unowned string? task_get_notes (Object task)
Returns Task::notes property.
- public unowned string? task_get_parent (Object task)
Returns Task::parent property.
- public unowned string? task_get_position (Object task)
Returns Task::position property.
- public unowned string? task_get_self_link (Object task)
Returns Task::selfLink property.
- public GDataTaskStatus task_get_status (Object task)
Returns Task::status property.
- public unowned string? task_get_title (Object task)
Returns Task::title property.
- public int64 task_get_updated (Object task)
Returns Task::updated property, as Unix time.
- public void tasklist_add_id (Builder builder, string value)
Adds a TaskList::id property value
into the builder
, which should have started an object member.
- public void tasklist_add_title (Builder builder, string value)
Adds a TaskList::title property value
into the builder
, which should have started an object member.
- public unowned string? tasklist_get_etag (Object tasklist)
Returns TaskList::etag property.
- public unowned string? tasklist_get_id (Object tasklist)
Returns TaskList::id property.
- public unowned string? tasklist_get_self_link (Object tasklist)
Returns TaskList::selfLink property.
- public unowned string? tasklist_get_title (Object tasklist)
Returns TaskList::title property.
- public int64 tasklist_get_updated (Object tasklist)
Returns TaskList::updated property, as Unix time.