summaryrefslogtreecommitdiff
path: root/src/libical-glib/api/i-cal-recur-iterator.xml
diff options
context:
space:
mode:
authorMilan Crha <mcrha@redhat.com>2019-03-22 11:18:59 +0100
committerMilan Crha <mcrha@redhat.com>2019-03-22 11:18:59 +0100
commit03cf85491884d5d5b9d0cb01d6cc929d4e21f7d3 (patch)
tree959afaa091014250f765c37658bc527109fb495e /src/libical-glib/api/i-cal-recur-iterator.xml
parent2ca5cb54ea4c74ddc38f439bb626fe0e00bd768a (diff)
downloadlibical-git-03cf85491884d5d5b9d0cb01d6cc929d4e21f7d3.tar.gz
[libical-glib] Rename bare structure wrapper objects
The object names contained a 'Type' word, which is redundant for GLib objects, thus that had been removed together with the related API changes.
Diffstat (limited to 'src/libical-glib/api/i-cal-recur-iterator.xml')
-rw-r--r--src/libical-glib/api/i-cal-recur-iterator.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libical-glib/api/i-cal-recur-iterator.xml b/src/libical-glib/api/i-cal-recur-iterator.xml
index 81f1c6f9..fbf80342 100644
--- a/src/libical-glib/api/i-cal-recur-iterator.xml
+++ b/src/libical-glib/api/i-cal-recur-iterator.xml
@@ -15,7 +15,7 @@
-->
<structure namespace="ICal" name="RecurIterator" native="icalrecur_iterator" destroy_func="icalrecur_iterator_free">
<method name="i_cal_recur_iterator_new" corresponds="icalrecur_iterator_new" kind="constructor" since="1.0">
- <parameter type="ICalRecurrenceType *" name="rule" comment="The rule applied on the #ICalRecurIterator."/>
+ <parameter type="ICalRecurrence *" name="rule" comment="The rule applied on the #ICalRecurIterator."/>
<parameter type="ICalTime *" name="dtstart" comment="The start time of the recurrence."/>
<returns type="ICalRecurIterator *" annotation="transfer full" comment="The newly created #ICalRecurIterator"/>
<comment xml:space="preserve">Create an #ICalRecurIterator.</comment>