updated copyright
[ptask.git] / src / ui_tasktree.h
index 3db5e44..fcbe1e5 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2012-2013 jeanfi@gmail.com
+ * Copyright (C) 2012-2016 jeanfi@gmail.com
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License as
 
 #include <gtk/gtk.h>
 
+#include <tw.h>
+
 void ui_tasktree_init(GtkBuilder *);
-void ui_tasktree_load_settings(GSettings *);
-void ui_tasktree_save_settings(GSettings *);
+void ui_tasktree_load_settings();
+void ui_tasktree_save_settings();
+struct task *ui_tasktree_get_selected_task();
+void ui_tasktree_set_selected_task(const char *uuid);
+const char *ui_tasktree_get_task_uuid();
+void ui_tasktree_update(struct task **);
+void ui_tasktree_update_filter(const char *);
 
 #endif