diff options
author | Philip Withnall <philip@tecnocode.co.uk> | 2014-08-31 00:04:28 +0100 |
---|---|---|
committer | Philip Withnall <philip@tecnocode.co.uk> | 2014-09-15 18:42:52 +0100 |
commit | 4b96f5b68c0bc70bf7b0d76fc3c36ff9f9dbe5fd (patch) | |
tree | 1fb6fc0d0bd380b6ae76486dc98f5d663884138a /docs | |
parent | af3498df1429182b85bec3e5cbfaeae8acebfe35 (diff) | |
download | libgdata-4b96f5b68c0bc70bf7b0d76fc3c36ff9f9dbe5fd.tar.gz |
tasks: Add helper constants for GDataTasksTask:status
So the user doesn’t need to keep typing out the well-known strings which
form the accepted values of GDataTasksTask:status.
This adds new API:
• GDATA_TASKS_STATUS_NEEDS_ACTION
• GDATA_TASKS_STATUS_COMPLETED
Diffstat (limited to 'docs')
-rw-r--r-- | docs/reference/gdata-sections.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/reference/gdata-sections.txt b/docs/reference/gdata-sections.txt index fdcac2fb..7f935c80 100644 --- a/docs/reference/gdata-sections.txt +++ b/docs/reference/gdata-sections.txt @@ -2523,6 +2523,8 @@ GDataTasksQueryPrivate <SECTION> <FILE>gdata-tasks-task</FILE> <TITLE>GDataTasksTask</TITLE> +GDATA_TASKS_STATUS_NEEDS_ACTION +GDATA_TASKS_STATUS_COMPLETED GDataTasksTask GDataTasksTaskClass gdata_tasks_task_new |