Allow getting system timezone information in libecal
authorMilan Crha <mcrha@redhat.com>
Fri, 24 Apr 2009 16:37:46 +0000 (18:37 +0200)
committerMilan Crha <mcrha@redhat.com>
Fri, 24 Apr 2009 16:37:46 +0000 (18:37 +0200)
commit3ea36b63cda3076fcf15ca8df692a7fb5b3c6bc8
tree8ac92ebccd58b7dc6f45ed9dcc46c6e70199ba01
parent98a073183a796839a6dfd52769230ae919c809ab
Allow getting system timezone information in libecal

** Part of fix for bug #381132

* libecal/Makefile.am:
* libecal/e-cal-system-timezone.h:
* libecal/e-cal-system-timezone.c:
New files for obtaining system timezone location,
based on gnome-panel's clock-applet system-timezone.c.
* libecal/e-cal-util.h: (e_cal_util_get_system_timezone_location),
(e_cal_util_get_system_timezone):
* libecal/e-cal-util.c: (): (e_cal_util_get_system_timezone_location),
(e_cal_util_get_system_timezone):
New API functions to obtain system timezone.
calendar/ChangeLog
calendar/libecal/Makefile.am
calendar/libecal/e-cal-system-timezone.c [new file with mode: 0644]
calendar/libecal/e-cal-system-timezone.h [new file with mode: 0644]
calendar/libecal/e-cal-util.c
calendar/libecal/e-cal-util.h