[libical-glib/update_for_2_0] Update i-cal-property.xml
- From: Miao Yu <williamyu src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libical-glib/update_for_2_0] Update i-cal-property.xml
- Date: Sun, 3 Apr 2016 21:56:30 +0000 (UTC)
commit 81a4815f345e5330e9d50a605ee13826ff6664a4
Author: William Yu <williamyu gnome org>
Date: Sun Apr 3 14:01:02 2016 -0700
Update i-cal-property.xml
TODO | 30 +++++++++++++++++-------------
src/api/i-cal-property.xml | 5 +++++
2 files changed, 22 insertions(+), 13 deletions(-)
---
diff --git a/TODO b/TODO
index adc2064..409bb31 100644
--- a/TODO
+++ b/TODO
@@ -80,24 +80,13 @@ Notes:
========2.0.0 upgrade========
-TODOs:
-i-cal-error.xml
-i-cal-geo-type.xml
-i-cal-langbind.xml
-i-cal-memory.xml
-i-cal-mime.xml
-i-cal-parameter.xml
-i-cal-parser.xml
-i-cal-period-type.xml
-i-cal-property.xml
+TODOs:
i-cal-recur-iterator.xml
i-cal-recur.xml
i-cal-recurrence-type.xml
i-cal-reqstat-type.xml
i-cal-restriction.xml
i-cal-trigger-type.xml
-i-cal-unknowntokenhandling.xml
-i-cal-value.xml
Done:
i-cal-component.xml
@@ -115,6 +104,17 @@ i-cal-timezone-phase.xml
i-cal-timezonetype.xml
i-cal-timezone.xml
i-cal-enums.xml
+i-cal-error.xml
+i-cal-geo-type.xml
+i-cal-parameter.xml
+i-cal-langbind.xml (ignore, for language binding)
+i-cal-memory.xml (ignore, low-level)
+i-cal-mime.xml
+i-cal-parser.xml
+i-cal-period-type.xml
+i-cal-unknowntokenhandling.xml
+i-cal-value.xml
+i-cal-property.xml
Upgrade results:
icalcomponent.h
@@ -218,4 +218,8 @@ i-cal-timezone
icaltimezone_get_tznames_from_vtimezone
i_cal_timezone_set_builtin_tzdata
i_cal_timezone_get_builtin_tzdata
-
\ No newline at end of file
+i-cal-parser.xml
+ icalparser_parse_value (No implementation)
+
+i-cal-property.xml
+ icalproperty_new_impl (Use icalproperty_new instead)
\ No newline at end of file
diff --git a/src/api/i-cal-property.xml b/src/api/i-cal-property.xml
index 769e8a2..43a82f6 100644
--- a/src/api/i-cal-property.xml
+++ b/src/api/i-cal-property.xml
@@ -128,6 +128,11 @@
<returns type="gchar *" annotation="transfer full" comment="The string representation of the value
of the #ICalProperty."/>
<comment xml:space="preserve">Get the string representation of the value in #ICalProperty.</comment>
</method>
+ <method name="i_cal_value_set_parent" corresponds="icalvalue_set_parent" since="2.0">
+ <parameter type="ICalValue *" name="value" comment="The child #ICalValue"/>
+ <parameter type="ICalProperty *" name="property" comment="The parent #ICalProperty"/>
+ <comment xml:space="preserve">Set the parent property of a value.</comment>
+ </method>
<method name="i_cal_property_set_x_name" corresponds="icalproperty_set_x_name" since="1.0">
<parameter type="ICalProperty *" name="prop" comment="a #ICalProperty"/>
<parameter type="const gchar *" name="name" comment="The name string."/>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]