aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/e-cal-model.h
diff options
context:
space:
mode:
authorChenthill Palanisamy <pchenthill@novell.com>2010-04-16 19:37:40 +0800
committerChenthill Palanisamy <pchenthill@novell.com>2010-04-16 19:43:31 +0800
commitdac959d85813debca9762eaf4c4cf8cebc1090fe (patch)
treefae1c75f4c6bc91e3174392ef8b83d557522bbd1 /calendar/gui/e-cal-model.h
parente9b64e499fe4abaea723820dcb8b591cf38804a6 (diff)
downloadgsoc2013-evolution-dac959d85813debca9762eaf4c4cf8cebc1090fe.tar
gsoc2013-evolution-dac959d85813debca9762eaf4c4cf8cebc1090fe.tar.gz
gsoc2013-evolution-dac959d85813debca9762eaf4c4cf8cebc1090fe.tar.bz2
gsoc2013-evolution-dac959d85813debca9762eaf4c4cf8cebc1090fe.tar.lz
gsoc2013-evolution-dac959d85813debca9762eaf4c4cf8cebc1090fe.tar.xz
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.h3
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);