summaryrefslogtreecommitdiff
path: root/src/libical-glib/api/i-cal-timezone.xml
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-glib/api/i-cal-timezone.xml
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-glib/api/i-cal-timezone.xml')
-rw-r--r--src/libical-glib/api/i-cal-timezone.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/libical-glib/api/i-cal-timezone.xml b/src/libical-glib/api/i-cal-timezone.xml
index 0900e612..d677e945 100644
--- a/src/libical-glib/api/i-cal-timezone.xml
+++ b/src/libical-glib/api/i-cal-timezone.xml
@@ -180,6 +180,10 @@
<returns type="gchar *" comment="The name of vtimezone."/>
<comment xml:space="preserve">Gets the name of the vtimezone in component.</comment>
</method>
+ <method name="i_cal_timezone_get_zone_directory" corresponds="get_zone_directory" kind="others" since="3.0.17">
+ <returns type="const gchar *" comment="The path to look for the zonefiles"/>
+ <comment xml:space="preserve">Gets the directory to look for the zonefiles.</comment>
+ </method>
<method name="i_cal_timezone_set_zone_directory" corresponds="set_zone_directory" kind="others" since="1.0">
<parameter type="const gchar *" name="path" comment="The path to look for the zonefiles"/>
<comment xml:space="preserve">Sets the directory to look for the zonefiles.</comment>