summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMilan Crha <mcrha@redhat.com>2019-04-10 10:25:37 +0200
committerCorentin Noël <corentin.noel@collabora.com>2019-04-10 11:04:23 +0200
commit621488e59945ec1e7c1b6fae78ebbe4e3a90eec1 (patch)
tree285008ea5e796d31ad0b49577a385beb23323fa8
parent9043851e8bd0cf1eca3d62d1678257c953201c9d (diff)
downloadlibical-git-621488e59945ec1e7c1b6fae78ebbe4e3a90eec1.tar.gz
[libical-glib] Add icalrecur_iterator_set_end() wrapper definition
-rw-r--r--src/libical-glib/api/i-cal-recur-iterator.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/libical-glib/api/i-cal-recur-iterator.xml b/src/libical-glib/api/i-cal-recur-iterator.xml
index fbf80342..7afdc8fd 100644
--- a/src/libical-glib/api/i-cal-recur-iterator.xml
+++ b/src/libical-glib/api/i-cal-recur-iterator.xml
@@ -32,6 +32,12 @@
<comment xml:space="preserve">Set the date-time at which the iterator will start, where 'start' is a value between DTSTART and UNTIL.
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>
+ </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."/>
<comment xml:space="preserve">Free an iterator.</comment>