diff options
author | JP Rosevear <jpr@ximian.com> | 2004-02-06 10:47:44 +0800 |
---|---|---|
committer | JP Rosevear <jpr@src.gnome.org> | 2004-02-06 10:47:44 +0800 |
commit | f50cbd6b5ec4ab3616e693e83ececd617f559521 (patch) | |
tree | cd344e372f9adad7804237534d8dc2ed8e6bc461 /calendar/gui/calendar-config.h | |
parent | fdd316cd244fd667ac4c4620ae028668e87a3097 (diff) | |
download | gsoc2013-evolution-f50cbd6b5ec4ab3616e693e83ececd617f559521.tar.gz gsoc2013-evolution-f50cbd6b5ec4ab3616e693e83ececd617f559521.tar.zst gsoc2013-evolution-f50cbd6b5ec4ab3616e693e83ececd617f559521.zip |
add proto
004-02-05 JP Rosevear <jpr@ximian.com>
* gui/calendar-config.h: add proto
* gui/calendar-config.c (calendar_config_get_icaltimezone): return
the icaltimezone based on the location and default to utc if we
can't find one
(calendar_config_get_hide_completed_tasks_sexp): use above
svn path=/trunk/; revision=24641
Diffstat (limited to 'calendar/gui/calendar-config.h')
-rw-r--r-- | calendar/gui/calendar-config.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/calendar/gui/calendar-config.h b/calendar/gui/calendar-config.h index ac9affce00..847cba98ef 100644 --- a/calendar/gui/calendar-config.h +++ b/calendar/gui/calendar-config.h @@ -80,6 +80,7 @@ guint calendar_config_add_notification_primary_calendar (GConfClientNotifyFunc /* The current timezone, e.g. "Europe/London". */ gchar* calendar_config_get_timezone (void); +icaltimezone *calendar_config_get_icaltimezone (void); void calendar_config_set_timezone (gchar *timezone); guint calendar_config_add_notification_timezone (GConfClientNotifyFunc func, gpointer data); |