summaryrefslogtreecommitdiff
path: root/src/libical-glib
diff options
context:
space:
mode:
authorAllen Winter <allen.winter@kdab.com>2023-03-24 11:01:48 -0400
committerAllen Winter <allen.winter@kdab.com>2023-03-24 11:01:48 -0400
commitddf953c98124a648d75d640e5de95357b7d754b4 (patch)
treeabf64291b7cdf101fdc677e58342fcdcd30b6d65 /src/libical-glib
parent4d550501c0b0cb2542d8f0d8110971f497103274 (diff)
parent2128cb71d49547b71b5323f140f9272f17f14082 (diff)
downloadlibical-git-ddf953c98124a648d75d640e5de95357b7d754b4.tar.gz
Merge branch '3.0'HEADmaster
Diffstat (limited to 'src/libical-glib')
-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 0de66874..5dc47109 100644
--- a/src/libical-glib/api/i-cal-timezone.xml
+++ b/src/libical-glib/api/i-cal-timezone.xml
@@ -172,6 +172,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>