Remove e_cal_backend_store_get_timezone().
authorMatthew Barnes <mbarnes@redhat.com>
Fri, 4 Jan 2013 17:50:30 +0000 (12:50 -0500)
committerMatthew Barnes <mbarnes@redhat.com>
Sat, 5 Jan 2013 02:59:09 +0000 (21:59 -0500)
commit21c91f474c7a2c802c590e7416dcb167143d07e4
tree0570e25b38bcb2840a834d30fc46213b947cd52f
parent8550145d22603f65a1d2b1e494d03ba44539aa0f
Remove e_cal_backend_store_get_timezone().

Use the ETimezoneCache API instead:

    cache = e_cal_backend_store_ref_timezone_cache (store);
    zone = e_timezone_cache_get_timezone (cache, tzid);
    ... do what you gotta do with zone ...
    g_object_unref (cache);

This is another API break.  3rd party backends will have to be adjusted.
calendar/backends/caldav/e-cal-backend-caldav.c
calendar/libedata-cal/e-cal-backend-store.c
calendar/libedata-cal/e-cal-backend-store.h
docs/reference/calendar/libedata-cal/libedata-cal-sections.txt