summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMilan Crha <mcrha@redhat.com>2019-03-25 09:01:29 +0100
committerMilan Crha <mcrha@redhat.com>2019-03-25 09:01:29 +0100
commit78d2b90a5257cc5e3ea6915fb4bf128b6ed383f2 (patch)
tree70245cf45b32e4f01e3ea633bc0616242e55a880 /src
parent03cf85491884d5d5b9d0cb01d6cc929d4e21f7d3 (diff)
downloadlibical-git-78d2b90a5257cc5e3ea6915fb4bf128b6ed383f2.tar.gz
[libical-glib] Correct various developer documentation references
Diffstat (limited to 'src')
-rw-r--r--src/libical-glib/api/i-cal-parameter.xml2
-rw-r--r--src/libical-glib/api/i-cal-recurrence.xml4
-rw-r--r--src/libical-glib/api/i-cal-reqstat.xml4
-rw-r--r--src/libical-glib/api/i-cal-time.xml4
-rw-r--r--src/libical-glib/api/i-cal-trigger.xml8
5 files changed, 11 insertions, 11 deletions
diff --git a/src/libical-glib/api/i-cal-parameter.xml b/src/libical-glib/api/i-cal-parameter.xml
index 53298d54..09339118 100644
--- a/src/libical-glib/api/i-cal-parameter.xml
+++ b/src/libical-glib/api/i-cal-parameter.xml
@@ -110,7 +110,7 @@
<returns type="ICalParameterKind" comment="The #ICalParameterKind converted from @string" />
<comment xml:space="preserve">Convert a string to the #ICalParameterKind</comment>
</method>
- <method name="i_cal_parameter_kind_is_valid" corresponds="icalparameter_kind_is_valid" since="3.0.4">
+ <method name="i_cal_parameter_kind_is_valid" corresponds="icalparameter_kind_is_valid" since="3.0.5">
<parameter type="const ICalParameterKind" name="kind" comment="The #ICalPropertyKind"/>
<returns type="gint" comment="1 if valid, 0 if not."/>
<comment xml:space="preserve">Check whether #ICalParameterKind is valid.</comment>
diff --git a/src/libical-glib/api/i-cal-recurrence.xml b/src/libical-glib/api/i-cal-recurrence.xml
index 43e1d385..c874fdfc 100644
--- a/src/libical-glib/api/i-cal-recurrence.xml
+++ b/src/libical-glib/api/i-cal-recurrence.xml
@@ -93,7 +93,7 @@
<returns type="gint" comment="The decoded day of the week. 0 == any of day of week. 1 == first, 2 = second, -2 == second to last, etc"/>
<comment xml:space="preserve">Decode a day to a position of the weekday.</comment>
</method>
- <method name="i_cal_recurrence_encode_day" corresponds="icalrecurrencetype_encode_day" since="3.1">
+ <method name="i_cal_recurrence_encode_day" corresponds="icalrecurrencetype_encode_day" since="3.0.5">
<parameter type="ICalRecurrenceWeekday" name="weekday" comment="The #ICalRecurrenceWeekday to use."/>
<parameter type="gint" name="position" comment="The position to use. 0 == any of day of week. 1 == first, 2 = second, -2 == second to last, etc"/>
<returns type="gshort" comment="Encoded @weekday and @position into a single value"/>
@@ -109,7 +109,7 @@
<returns type="gint" comment="The actual month number regardless of the leap flag."/>
<comment xml:space="preserve">Decode a month from an encoded value by i_cal_recurrence_encode_month().</comment>
</method>
- <method name="i_cal_recurrence_encode_month" corresponds="icalrecurrencetype_encode_month" since="3.1">
+ <method name="i_cal_recurrence_encode_month" corresponds="icalrecurrencetype_encode_month" since="3.0.5">
<parameter type="gint" name="month" comment="The month to be encoded."/>
<parameter type="gboolean" name="is_leap" comment="%TRUE, when the month is leap, %FALSE otherwise."/>
<returns type="gshort" comment="Encoded @month and @is_leap."/>
diff --git a/src/libical-glib/api/i-cal-reqstat.xml b/src/libical-glib/api/i-cal-reqstat.xml
index bc234565..6394b2d6 100644
--- a/src/libical-glib/api/i-cal-reqstat.xml
+++ b/src/libical-glib/api/i-cal-reqstat.xml
@@ -14,12 +14,12 @@
along with this library. If not, see <http://www.gnu.org/licenses/>.
-->
<structure namespace="ICal" name="Reqstat" native="struct icalreqstattype" is_bare="true" default_native="i_cal_reqstat_new_default ()">
- <method name="i_cal_reqstat_from_string" corresponds="icalreqstattype_from_string" kind="constructor" since="">
+ <method name="i_cal_reqstat_from_string" corresponds="icalreqstattype_from_string" kind="constructor" since="1.0">
<parameter type="const gchar *" name="str" comment="A string."/>
<returns type="ICalReqstat *" annotation="transfer full" comment="The newly created #ICalReqstat."/>
<comment xml:space="preserve">Create a #ICalReqstat from string.</comment>
</method>
- <method name="i_cal_reqstat_as_string_r" corresponds="icalreqstattype_as_string_r" since="">
+ <method name="i_cal_reqstat_as_string_r" corresponds="icalreqstattype_as_string_r" since="1.0">
<parameter type="ICalReqstat *" name="stat" comment="A #ICalReqstat."/>
<returns type="gchar *" annotation="transfer full" comment="A string."/>
<comment xml:space="preserve">Convert #ICalReqstat to a string representation.</comment>
diff --git a/src/libical-glib/api/i-cal-time.xml b/src/libical-glib/api/i-cal-time.xml
index fedbb897..2c77a569 100644
--- a/src/libical-glib/api/i-cal-time.xml
+++ b/src/libical-glib/api/i-cal-time.xml
@@ -241,14 +241,14 @@
</method>
<method name="i_cal_time_add" corresponds="icaltime_add" kind="other" since="2.0">
<parameter type="ICalTime *" name="t" comment="A #ICalTime to be operated on."/>
- <parameter type="ICalDuration *" name="d" comment="A #ICalDuarationType as the difference."/>
+ <parameter type="ICalDuration *" name="d" comment="A #ICalDuration as the difference."/>
<returns type="ICalTime *" annotation="transfer full" comment="The #ICalTime results. The native object is the same. But since it is a bare object, so it won't cause segmentation."/>
<comment xml:space="preserve">Add a time duration on the time.</comment>
</method>
<method name="i_cal_time_subtract" corresponds="icaltime_subtract" kind="other" since="2.0">
<parameter type="ICalTime *" name="t1" comment="The subtracted #ICalTime."/>
<parameter type="ICalTime *" name="t2" comment="The subtracting #ICalTime."/>
- <returns type="ICalDuration *" annotation="transfer full" comment="The #ICalDuarationType between two #ICalTime."/>
+ <returns type="ICalDuration *" annotation="transfer full" comment="The #ICalDuration between two #ICalTime."/>
<comment xml:space="preserve">Get the duration between two time.</comment>
</method>
<method name="i_cal_time_get_year" corresponds="CUSTOM" kind="get" since="1.0">
diff --git a/src/libical-glib/api/i-cal-trigger.xml b/src/libical-glib/api/i-cal-trigger.xml
index 65334500..8e45a9ba 100644
--- a/src/libical-glib/api/i-cal-trigger.xml
+++ b/src/libical-glib/api/i-cal-trigger.xml
@@ -14,22 +14,22 @@
along with this library. If not, see <http://www.gnu.org/licenses/>.
-->
<structure namespace="ICal" name="Trigger" native="struct icaltriggertype" is_bare="true" default_native="icaltriggertype_from_int (0)">
- <method name="i_cal_trigger_from_int" corresponds="icaltriggertype_from_int" kind="constructor" since="">
+ <method name="i_cal_trigger_from_int" corresponds="icaltriggertype_from_int" kind="constructor" since="1.0">
<parameter type="const gint" name="reltime" comment="An integer."/>
<returns type="ICalTrigger *" annotation="transfer full" comment="The newly created #ICalTrigger."/>
<comment xml:space="preserve">Create a #ICalTrigger from integer.</comment>
</method>
- <method name="i_cal_trigger_from_string" corresponds="icaltriggertype_from_string" kind="constructor" since="">
+ <method name="i_cal_trigger_from_string" corresponds="icaltriggertype_from_string" kind="constructor" since="1.0">
<parameter type="const gchar *" name="str" comment="A string."/>
<returns type="ICalTrigger *" annotation="transfer full" comment="The newly created #ICalTrigger."/>
<comment xml:space="preserve">Create a #ICalTrigger from a string.</comment>
</method>
- <method name="i_cal_trigger_is_null_trigger" corresponds="icaltriggertype_is_null_trigger" since="">
+ <method name="i_cal_trigger_is_null_trigger" corresponds="icaltriggertype_is_null_trigger" since="1.0">
<parameter type="ICalTrigger *" name="tr" comment="A #ICalTrigger."/>
<returns type="gint" comment="1 if yes, 0 if not."/>
<comment xml:space="preserve">Check if a #ICalTrigger is a null trigger.</comment>
</method>
- <method name="i_cal_trigger_is_bad_trigger" corresponds="icaltriggertype_is_bad_trigger" since="">
+ <method name="i_cal_trigger_is_bad_trigger" corresponds="icaltriggertype_is_bad_trigger" since="1.0">
<parameter type="ICalTrigger *" name="tr" comment="A #ICalTrigger."/>
<returns type="gint" comment="1 if yes, 0 if not."/>
<comment xml:space="preserve">Check if a #ICalTrigger is a bad trigger.</comment>