Support adding a new task from the entry box
[milk] / src / milk-auth.h
index 6f5b6c9..28faf3e 100644 (file)
@@ -77,6 +77,10 @@ GList*        milk_auth_get_tasks       (MilkAuth    *auth,
                                          GError     **error);
 char*         milk_auth_timeline_create (MilkAuth    *auth,
                                          GError     **error);
+RtmTask*      milk_auth_task_add        (MilkAuth    *auth,
+                                         char        *timeline,
+                                         const char  *name,
+                                         GError     **error);
 char*         milk_auth_task_complete   (MilkAuth    *auth,
                                          char        *timeline,
                                          RtmTask     *task,