summaryrefslogtreecommitdiff
path: root/src/libical-glib/api/i-cal-recur-iterator.xml
diff options
context:
space:
mode:
authorMichael McClurg <michael.mcclurg@outlook.com>2020-07-27 17:46:18 -0600
committerMichael McClurg <michael.mcclurg@outlook.com>2020-07-27 17:46:18 -0600
commit534eaba59c6dbd0363b0939331db08b078828e3e (patch)
treeacfddf5c5a3d1c0868b49ea19440ead73f414962 /src/libical-glib/api/i-cal-recur-iterator.xml
parent54ce8f73b3b3fcf86dbb2063a6d2d2555861fc7c (diff)
downloadlibical-git-534eaba59c6dbd0363b0939331db08b078828e3e.tar.gz
Fix conflicts, new style issues from merge
Diffstat (limited to 'src/libical-glib/api/i-cal-recur-iterator.xml')
-rw-r--r--src/libical-glib/api/i-cal-recur-iterator.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/libical-glib/api/i-cal-recur-iterator.xml b/src/libical-glib/api/i-cal-recur-iterator.xml
index 8a822f7b..032c4257 100644
--- a/src/libical-glib/api/i-cal-recur-iterator.xml
+++ b/src/libical-glib/api/i-cal-recur-iterator.xml
@@ -33,10 +33,10 @@
Note: CAN NOT be used with RRULEs that contain COUNT.</comment>
</method>
<method name="i_cal_recur_iterator_set_end" corresponds="icalrecur_iterator_set_end" since="3.1">
- <parameter type="ICalRecurIterator *" name="iterator" comment="The iterator."/>
- <parameter type="ICalTime *" name="end" comment="The date-time at which the iterator will stop."/>
- <returns type="gint" comment="1 if succeeded, 0 if failed."/>
- <comment xml:space="preserve">Set the date-time at which the iterator will stop at the latest. Values equal to or greater than end will not be returned by the iterator.</comment>
+ <parameter type="ICalRecurIterator *" name="iterator" comment="The iterator"/>
+ <parameter type="ICalTime *" name="end" comment="The date-time at which the iterator will stop"/>
+ <returns type="gint" comment="1 if succeeded, 0 if failed"/>
+ <comment xml:space="preserve">Sets the date-time at which the iterator will stop at the latest. Values equal to or greater than end will not be returned by the iterator.</comment>
</method>
<method name="i_cal_recur_iterator_free" corresponds="icalrecur_iterator_free" annotation="skip" kind="destructor" since="1.0">
<parameter type="ICalRecurIterator *" name="iterator" comment="The iterator to be freed"/>