diff options
author | Chenthill Palanisamy <pchenthill@novell.com> | 2010-04-16 19:37:40 +0800 |
---|---|---|
committer | Chenthill Palanisamy <pchenthill@novell.com> | 2010-04-16 19:43:31 +0800 |
commit | dac959d85813debca9762eaf4c4cf8cebc1090fe (patch) | |
tree | fae1c75f4c6bc91e3174392ef8b83d557522bbd1 /calendar/gui/e-cal-model.h | |
parent | e9b64e499fe4abaea723820dcb8b591cf38804a6 (diff) | |
download | gsoc2013-evolution-dac959d85813debca9762eaf4c4cf8cebc1090fe.tar.gz gsoc2013-evolution-dac959d85813debca9762eaf4c4cf8cebc1090fe.tar.zst gsoc2013-evolution-dac959d85813debca9762eaf4c4cf8cebc1090fe.zip |
Bug 596601 (bnc) - monitor system timezone changes in evolution
Diffstat (limited to 'calendar/gui/e-cal-model.h')
-rw-r--r-- | calendar/gui/e-cal-model.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/calendar/gui/e-cal-model.h b/calendar/gui/e-cal-model.h index 2d30f1877f..0b31ca34ec 100644 --- a/calendar/gui/e-cal-model.h +++ b/calendar/gui/e-cal-model.h @@ -167,6 +167,9 @@ struct _ECalModelClass { void (*status_message) (ECalModel *model, const gchar *message, gdouble percent); + void (*timezone_changed) (ECalModel *model, + icaltimezone *old_zone, + icaltimezone *new_zone); }; typedef time_t (*ECalModelDefaultTimeFunc) (ECalModel *model, gpointer user_data); |