aboutsummaryrefslogtreecommitdiffstats
path: root/modules/calendar/e-task-shell-backend.h
diff options
context:
space:
mode:
Diffstat (limited to 'modules/calendar/e-task-shell-backend.h')
-rw-r--r--modules/calendar/e-task-shell-backend.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/modules/calendar/e-task-shell-backend.h b/modules/calendar/e-task-shell-backend.h
index 63b157ad85..ba56e91dd9 100644
--- a/modules/calendar/e-task-shell-backend.h
+++ b/modules/calendar/e-task-shell-backend.h
@@ -64,6 +64,11 @@ void e_task_shell_backend_register_type
(GTypeModule *type_module);
ESourceList * e_task_shell_backend_get_source_list
(ETaskShellBackend *task_shell_backend);
+GSList * e_task_shell_backend_get_selected_task_lists
+ (ETaskShellBackend *task_shell_backend);
+void e_task_shell_backend_set_selected_task_lists
+ (ETaskShellBackend *task_shell_backend,
+ GSList *selected_task_lists);
G_END_DECLS