Implement the priority +/- buttons
[milk] / src / milk-cache.h
index d774fe0..cc66b19 100644 (file)
@@ -86,4 +86,10 @@ char*           milk_cache_task_delete (MilkCache  *cache,
                                         RtmTask    *task,
                                         GError    **error);
 
+char*           milk_cache_task_set_priority (MilkCache   *cache,
+                                              char        *timeline,
+                                              RtmTask     *task,
+                                              const char  *priority,
+                                              GError     **error);
+
 #endif /* _MILK_CACHE_H */