diff options
author | Chenthill Palanisamy <pchen@src.gnome.org> | 2005-10-03 14:16:51 +0800 |
---|---|---|
committer | Chenthill Palanisamy <pchen@src.gnome.org> | 2005-10-03 14:16:51 +0800 |
commit | 7a102381acf224110cfe32fcc0905a103268abde (patch) | |
tree | 3797369272088bdacc8706e1abff2eca92e1bdfe /calendar/gui/e-cal-model.h | |
parent | 263e728c125f4312867084d9b85b41caabec6a4f (diff) | |
download | gsoc2013-evolution-7a102381acf224110cfe32fcc0905a103268abde.tar.gz gsoc2013-evolution-7a102381acf224110cfe32fcc0905a103268abde.tar.zst gsoc2013-evolution-7a102381acf224110cfe32fcc0905a103268abde.zip |
fixes #264449.
svn path=/trunk/; revision=30467
Diffstat (limited to 'calendar/gui/e-cal-model.h')
-rw-r--r-- | calendar/gui/e-cal-model.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/calendar/gui/e-cal-model.h b/calendar/gui/e-cal-model.h index b48462418e..cc8ea4d648 100644 --- a/calendar/gui/e-cal-model.h +++ b/calendar/gui/e-cal-model.h @@ -152,6 +152,8 @@ void e_cal_model_generate_instances (ECalModel time_t end, ECalRecurInstanceFn cb, gpointer cb_data); +GPtrArray * e_cal_model_get_object_array (ECalModel *model); +void e_cal_model_set_instance_times (ECalModelComponent *comp_data, icaltimezone *zone); |