summaryrefslogtreecommitdiff
path: root/src/libical/icaltimezone.h
diff options
context:
space:
mode:
authorJan Tojnar <jtojnar@gmail.com>2023-03-23 03:03:57 +0100
committerAllen Winter <allen.winter@kdab.com>2023-03-24 11:00:15 -0400
commit2128cb71d49547b71b5323f140f9272f17f14082 (patch)
tree136f1820565d8c57434d35937c9b8c852d58955d /src/libical/icaltimezone.h
parent736e1225d2e9bd8be174cfe1e4340ed2ffcca55a (diff)
downloadlibical-git-3.0.tar.gz
libical-glib: Add get_zone_directory3.0
This will be useful for evolution-data-server to use the same zone directory as libical.
Diffstat (limited to 'src/libical/icaltimezone.h')
-rw-r--r--src/libical/icaltimezone.h3
1 files changed, 3 insertions, 0 deletions
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);