diff options
author | Milan Crha <mcrha@redhat.com> | 2009-10-16 17:28:57 +0800 |
---|---|---|
committer | Milan Crha <mcrha@redhat.com> | 2009-10-16 17:28:57 +0800 |
commit | ff885467062cecc9c80ca5441217777ccc5a757e (patch) | |
tree | a3858be6ff5e8c9caecb1aa1b30214fdccd49ae5 /calendar/gui/e-cal-model.h | |
parent | 3827cbee4ce7bce71da9f811459daba287d896ed (diff) | |
download | gsoc2013-evolution-ff885467062cecc9c80ca5441217777ccc5a757e.tar.gz gsoc2013-evolution-ff885467062cecc9c80ca5441217777ccc5a757e.tar.zst gsoc2013-evolution-ff885467062cecc9c80ca5441217777ccc5a757e.zip |
Bug #555901 - Preserve Start/End/Due timezone when editing in list view
Diffstat (limited to 'calendar/gui/e-cal-model.h')
-rw-r--r-- | calendar/gui/e-cal-model.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/calendar/gui/e-cal-model.h b/calendar/gui/e-cal-model.h index c5fffd3cd6..a59d5e02a5 100644 --- a/calendar/gui/e-cal-model.h +++ b/calendar/gui/e-cal-model.h @@ -255,6 +255,13 @@ void e_cal_model_set_default_time_func ECalModelDefaultTimeFunc func, gpointer user_data); +void e_cal_model_update_comp_time (ECalModel *model, + ECalModelComponent *comp_data, + gconstpointer time_value, + icalproperty_kind kind, + void (*set_func)(icalproperty *prop, struct icaltimetype v), + icalproperty * (*new_func)(struct icaltimetype v)); + G_END_DECLS #endif /* E_CAL_MODEL_H */ |