Top | Description | Object Hierarchy | ![]() |
![]() |
![]() |
![]() |
#include <gdata/services/tasks/gdata-tasks-tasklist.h>
GDataTasksTasklist;
GDataTasksTasklistClass;
GDataTasksTasklist * gdata_tasks_tasklist_new (const gchar *id
);
GDataTasksTasklist is a subclass of GDataEntry to represent a tasklist from Google Tasks.
For more details of Google Tasks API, see the online documentation.
typedef struct _GDataTasksTasklist GDataTasksTasklist;
All the fields in the GDataTasksTasklist structure are private and should never be accessed directly.
Since UNRELEASED
typedef struct { } GDataTasksTasklistClass;
All the fields in the GDataTasksTasklistClass structure are private and should never be accessed directly.
Since UNRELEASED
GDataTasksTasklist * gdata_tasks_tasklist_new (const gchar *id
);
Creates a new GDataTasksTasklist with the given ID and default properties.
|
the tasklist's ID, or NULL . [allow-none]
|
Returns : |
a new GDataTasksTasklist; unref with g_object_unref() . [transfer full]
|
Since UNRELEASED