diff options
Diffstat (limited to 'calendar/modules/e-task-shell-content.h')
-rw-r--r-- | calendar/modules/e-task-shell-content.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/calendar/modules/e-task-shell-content.h b/calendar/modules/e-task-shell-content.h index 361b289f77..e6f64f7406 100644 --- a/calendar/modules/e-task-shell-content.h +++ b/calendar/modules/e-task-shell-content.h @@ -25,6 +25,7 @@ #include <shell/e-shell-content.h> #include <shell/e-shell-view.h> +#include <calendar/gui/e-cal-model.h> #include <calendar/gui/e-calendar-table.h> #include <calendar/gui/e-cal-component-preview.h> @@ -76,6 +77,8 @@ struct _ETaskShellContentClass { GType e_task_shell_content_get_type (void); GtkWidget * e_task_shell_content_new (EShellView *shell_view); +ECalModel * e_task_shell_content_get_task_model + (ETaskShellContent *task_shell_content); ECalComponentPreview * e_task_shell_content_get_task_preview (ETaskShellContent *task_shell_content); |