aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/e-cal-model.h
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2013-03-10 00:47:50 +0800
committerMatthew Barnes <mbarnes@redhat.com>2013-03-17 20:49:11 +0800
commit9318c790b4d0e8b90cde2b52dc801e9a2f2f7b02 (patch)
tree5e1240dd7e597174741a79946c0fb2bfcb3d6a0e /calendar/gui/e-cal-model.h
parent8091b6ebab8b9cbad721cfe73c638d7bfc1a495e (diff)
downloadgsoc2013-evolution-9318c790b4d0e8b90cde2b52dc801e9a2f2f7b02.tar
gsoc2013-evolution-9318c790b4d0e8b90cde2b52dc801e9a2f2f7b02.tar.gz
gsoc2013-evolution-9318c790b4d0e8b90cde2b52dc801e9a2f2f7b02.tar.bz2
gsoc2013-evolution-9318c790b4d0e8b90cde2b52dc801e9a2f2f7b02.tar.lz
gsoc2013-evolution-9318c790b4d0e8b90cde2b52dc801e9a2f2f7b02.tar.xz
gsoc2013-evolution-9318c790b4d0e8b90cde2b52dc801e9a2f2f7b02.tar.zst
gsoc2013-evolution-9318c790b4d0e8b90cde2b52dc801e9a2f2f7b02.zip
EDayView: Move "work-day-*" properties to ECalModel.
EWeekView would like to use them too, please.
Diffstat (limited to 'calendar/gui/e-cal-model.h')
-rw-r--r--calendar/gui/e-cal-model.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/calendar/gui/e-cal-model.h b/calendar/gui/e-cal-model.h
index 9164d9c06e..610b227f2f 100644
--- a/calendar/gui/e-cal-model.h
+++ b/calendar/gui/e-cal-model.h
@@ -223,6 +223,13 @@ void e_cal_model_set_use_default_reminder
gint e_cal_model_get_week_start_day (ECalModel *model);
void e_cal_model_set_week_start_day (ECalModel *model,
gint week_start_day);
+gboolean e_cal_model_get_work_day (ECalModel *model,
+ GDateWeekday weekday);
+void e_cal_model_set_work_day (ECalModel *model,
+ GDateWeekday weekday,
+ gboolean work_day);
+GDateWeekday e_cal_model_get_work_day_first (ECalModel *model);
+GDateWeekday e_cal_model_get_work_day_last (ECalModel *model);
gint e_cal_model_get_work_day_end_hour
(ECalModel *model);
void e_cal_model_set_work_day_end_hour