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 3a1685e90c..ed04706090 100644
--- a/calendar/gui/calendar-model.h
+++ b/calendar/gui/calendar-model.h
@@ -70,6 +70,11 @@ void calendar_model_delete_task (CalendarModel *model,
CalComponent* calendar_model_get_cal_object (CalendarModel *model,
gint row);
+/* Whether we use 24 hour format to display the times. */
+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);
+
END_GNOME_DECLS