summaryrefslogtreecommitdiff
path: root/src/libical-glib
diff options
context:
space:
mode:
authorMichael McClurg <michael.mcclurg@outlook.com>2020-06-30 11:28:35 -0600
committerMichael McClurg <michael.mcclurg@outlook.com>2020-06-30 11:28:35 -0600
commit471f33b0c8072aa7a91f57a50c6ee9e98ff6f0b3 (patch)
treede99a8516e5488ebd3291044a05cf9affdff84c2 /src/libical-glib
parente818825e05110b5c5b44f8447a87a761f45a013f (diff)
downloadlibical-git-471f33b0c8072aa7a91f57a50c6ee9e98ff6f0b3.tar.gz
Fix gtk-doc reference errors
Diffstat (limited to 'src/libical-glib')
-rw-r--r--src/libical-glib/api/i-cal-time.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/libical-glib/api/i-cal-time.xml b/src/libical-glib/api/i-cal-time.xml
index a87d7131..915c0d08 100644
--- a/src/libical-glib/api/i-cal-time.xml
+++ b/src/libical-glib/api/i-cal-time.xml
@@ -149,14 +149,14 @@
<parameter type="const ICalTime *" name="a" annotation="in, transfer none" comment="The #ICalTime to be compared"/>
<parameter type="const ICalTime *" name="b" annotation="in, transfer none" comment="The #ICalTime to be compared"/>
<returns type="gint" comment="-1, 0, or 1 to indicate that a less than b, a==b or a larger than b." />
- <comment xml:space="preserve">like i_cal_time_compare, but only use the date parts.</comment>
+ <comment xml:space="preserve">like i_cal_time_compare(), but only use the date parts.</comment>
</method>
<method name="i_cal_time_compare_date_only_tz" corresponds="icaltime_compare_date_only_tz" since="1.0">
<parameter type="const ICalTime *" name="a" annotation="in, transfer none" comment="The #ICalTime to be compared"/>
<parameter type="const ICalTime *" name="b" annotation="in, transfer none" comment="The #ICalTime to be compared"/>
<parameter type="ICalTimezone *" name="zone" annotation="nullable" comment="The target timezone"/>
<returns type="gint" comment="-1, 0, or 1 to indicate that a less than b, a==b or a larger than b." />
- <comment xml:space="preserve">like i_cal_time_compare_tz, but only use the date parts.</comment>
+ <comment xml:space="preserve">like i_cal_time_compare_tz(), but only use the date parts.</comment>
</method>
<method name="i_cal_time_adjust" corresponds="icaltime_adjust" since="1.0">
<parameter type="ICalTime *" name="tt" native_op="POINTER" comment="The #ICalTime to be set"/>
@@ -187,7 +187,7 @@
<parameter type="const ICalTime *" name="tt" annotation="in, transfer none" comment="The #ICalTime to be converted"/>
<parameter type="ICalTimezone *" name="zone" annotation="nullable" comment="The target timezone"/>
<returns type="ICalTime *" annotation="transfer full" comment="The converted #ICalTime" />
- <comment xml:space="preserve">Convert @tt to @zone and return new %ICalTime object.</comment>
+ <comment xml:space="preserve">Convert @tt to @zone and return new #ICalTime object.</comment>
</method>
<method name="i_cal_time_convert_to_zone_inplace" corresponds="CUSTOM" since="3.0.5">
<parameter type="ICalTime *" name="tt" comment="The #ICalTime to be converted"/>