aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/calendar-model.h
diff options
context:
space:
mode:
Diffstat (limited to 'calendar/gui/calendar-model.h')
-rw-r--r--calendar/gui/calendar-model.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/calendar/gui/calendar-model.h b/calendar/gui/calendar-model.h
index c74a2b41ee..5a47d3752e 100644
--- a/calendar/gui/calendar-model.h
+++ b/calendar/gui/calendar-model.h
@@ -80,6 +80,11 @@ gboolean calendar_model_get_use_24_hour_format (CalendarModel *model);
void calendar_model_set_use_24_hour_format (CalendarModel *model,
gboolean use_24_hour_format);
+/* The current timezone. */
+icaltimezone* calendar_model_get_timezone (CalendarModel *model);
+void calendar_model_set_timezone (CalendarModel *model,
+ icaltimezone *zone);
+
GTree* calendar_model_get_categories (CalendarModel *model);
void calendar_model_set_default_category (CalendarModel *model,