From 2128cb71d49547b71b5323f140f9272f17f14082 Mon Sep 17 00:00:00 2001 From: Jan Tojnar Date: Thu, 23 Mar 2023 03:03:57 +0100 Subject: libical-glib: Add get_zone_directory This will be useful for evolution-data-server to use the same zone directory as libical. --- src/libical/icaltimezone.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/libical/icaltimezone.h') diff --git a/src/libical/icaltimezone.h b/src/libical/icaltimezone.h index 90951ac4..51eb5185 100644 --- a/src/libical/icaltimezone.h +++ b/src/libical/icaltimezone.h @@ -199,6 +199,9 @@ LIBICAL_ICAL_EXPORT void icaltimezone_truncate_vtimezone(icalcomponent *vtz, * @par Handling the default location the timezone files */ +/** Gets the directory to look for the zonefiles */ +LIBICAL_ICAL_EXPORT const char *get_zone_directory(void); + /** Sets the directory to look for the zonefiles */ LIBICAL_ICAL_EXPORT void set_zone_directory(const char *path); -- cgit v1.2.1