diff options
author | Chenthill Palanisamy <pchen@src.gnome.org> | 2006-07-10 18:42:58 +0800 |
---|---|---|
committer | Chenthill Palanisamy <pchen@src.gnome.org> | 2006-07-10 18:42:58 +0800 |
commit | 79e662f99e144d6ad8d14d720315f131325ee2ae (patch) | |
tree | 29ad10dff71d302fe8709a8f1e1f373eacd4512d /calendar/gui/calendar-config.h | |
parent | 24b40b9a896d39e08abf8fdb6f89bf0534c559ea (diff) | |
download | gsoc2013-evolution-79e662f99e144d6ad8d14d720315f131325ee2ae.tar.gz gsoc2013-evolution-79e662f99e144d6ad8d14d720315f131325ee2ae.tar.zst gsoc2013-evolution-79e662f99e144d6ad8d14d720315f131325ee2ae.zip |
Fixes #332911
svn path=/trunk/; revision=32268
Diffstat (limited to 'calendar/gui/calendar-config.h')
-rw-r--r-- | calendar/gui/calendar-config.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/calendar/gui/calendar-config.h b/calendar/gui/calendar-config.h index 4fd1fa4bd4..d4f6f9d52b 100644 --- a/calendar/gui/calendar-config.h +++ b/calendar/gui/calendar-config.h @@ -255,4 +255,8 @@ gboolean calendar_config_locale_supports_12_hour_format(void); void calendar_config_set_dir_path (const char *); char * calendar_config_get_dir_path (void); +gboolean calendar_config_get_daylight_saving (void); +void calendar_config_set_daylight_saving (gboolean daylight_saving); +guint calendar_config_add_notification_daylight_saving (GConfClientNotifyFunc func, gpointer data); + #endif /* _CALENDAR_CONFIG_H_ */ |