summaryrefslogtreecommitdiff
path: root/src/libical-glib/api/i-cal-duration.xml
diff options
context:
space:
mode:
Diffstat (limited to 'src/libical-glib/api/i-cal-duration.xml')
-rw-r--r--src/libical-glib/api/i-cal-duration.xml16
1 files changed, 4 insertions, 12 deletions
diff --git a/src/libical-glib/api/i-cal-duration.xml b/src/libical-glib/api/i-cal-duration.xml
index bffab54b..053cbee5 100644
--- a/src/libical-glib/api/i-cal-duration.xml
+++ b/src/libical-glib/api/i-cal-duration.xml
@@ -1,21 +1,13 @@
<!--
- Copyright (C) 2015 William Yu <williamyu@gnome.org>
+ SPDX-FileCopyrightText: 2015 William Yu <williamyu@gnome.org>
- This library is free software: you can redistribute it and/or modify it
- under the terms of version 2.1. of the GNU Lesser General Public License
- as published by the Free Software Foundation.
+ SPDX-License-Identifier: LGPL-2.1-only OR MPL-2.0
- This library is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License
- for more details.
- You should have received a copy of the GNU Lesser General Public License
- along with this library. If not, see <https://www.gnu.org/licenses/>.
-->
<structure namespace="ICal" name="Duration" native="struct icaldurationtype" is_bare="true" default_native="icaldurationtype_null_duration()">
<method name="i_cal_duration_is_neg" corresponds="CUSTOM" kind="get" since="1.0">
- <parameter type="ICalDuration *" name="duration" comment="The #ICalDuration to be queried"/>
+ <parameter type="ICalDuration *" name="duration" comment="The #ICalDuration to be queried"/>
<returns type="gboolean" comment="The is_neg." />
<comment xml:space="preserve">Gets the is_neg of #ICalDuration.</comment>
<custom> g_return_val_if_fail (duration != NULL, 0);
@@ -116,7 +108,7 @@
<method name="i_cal_duration_as_ical_string" corresponds="icaldurationtype_as_ical_string_r" kind="others" since="1.0">
<parameter type="ICalDuration *" name="duration" comment="The #ICalDuration to be converted"/>
<returns type="gchar *" annotation="transfer full" comment="The duration in string" />
- <comment xml:space="preserve">Converts the #ICalDuration to the representation in string.</comment>
+ <comment xml:space="preserve">Converts the #ICalDuration to the representation in string</comment>
</method>
<method name="i_cal_duration_new_null_duration" corresponds="icaldurationtype_null_duration" kind="constructor" since="1.0">
<returns type="ICalDuration *" annotation="transfer full" comment="The newly created #ICalDuration" />