summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAllen Winter <allen.winter@kdab.com>2022-06-07 17:49:02 -0400
committerAllen Winter <allen.winter@kdab.com>2022-06-07 17:49:02 -0400
commit29fade679cfa48f415ec3504a1a1832fa4b211de (patch)
tree7a652d0f6d1f9b312c9422d0237afdbd5a6805fb
parent454167da5abfe78bc52cc4e89fa5584754aee87f (diff)
downloadlibical-git-29fade679cfa48f415ec3504a1a1832fa4b211de.tar.gz
libical-glib/api/i-cal-time.xml - improve i_cal_time_compare doc
remove redundancy for i_cal_time_compare() fixes: #533
-rw-r--r--src/libical-glib/api/i-cal-time.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libical-glib/api/i-cal-time.xml b/src/libical-glib/api/i-cal-time.xml
index dcab62e3..c319ea08 100644
--- a/src/libical-glib/api/i-cal-time.xml
+++ b/src/libical-glib/api/i-cal-time.xml
@@ -143,7 +143,7 @@
<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">Returns -1, 0, or 1 to indicate that a less than b, a==b or a larger than b.</comment>
+ <comment xml:space="preserve">i_cal_time_compare returns an integer indicating the result of the comparison, as follow:</comment>
</method>
<method name="i_cal_time_compare_date_only" corresponds="icaltime_compare_date_only" since="1.0">
<parameter type="const ICalTime *" name="a" annotation="in, transfer none" comment="The #ICalTime to be compared"/>