aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/e-calendar-table.h
diff options
context:
space:
mode:
Diffstat (limited to 'calendar/gui/e-calendar-table.h')
-rw-r--r--calendar/gui/e-calendar-table.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/calendar/gui/e-calendar-table.h b/calendar/gui/e-calendar-table.h
index e19ecf82e8..914a0bcd87 100644
--- a/calendar/gui/e-calendar-table.h
+++ b/calendar/gui/e-calendar-table.h
@@ -26,6 +26,7 @@
#define _E_CALENDAR_TABLE_H_
#include <gtk/gtktable.h>
+#include <gal/e-table/e-table-scrolled.h>
#include <widgets/misc/e-cell-date-edit.h>
#include "calendar-model.h"
@@ -98,6 +99,10 @@ CalendarModel *e_calendar_table_get_model (ECalendarTable *cal_table);
void e_calendar_table_set_cal_client (ECalendarTable *cal_table,
CalClient *client);
+ETable *e_calendar_table_get_table (ECalendarTable *cal_table);
+
+void e_calendar_table_delete_selected (ECalendarTable *cal_table);
+
/* These load and save the state of the table (headers shown etc.) to/from
the given file. */
void e_calendar_table_load_state (ECalendarTable *cal_table,