[libical-glib] Remove the deprecated annotation (in-out)



commit 6651ef9771fe64e6728a290ce07984d1d87422dc
Author: William Yu <willyu86 gmail com>
Date:   Sun Apr 26 09:58:03 2015 -0400

    Remove the deprecated annotation (in-out)

 src/api/i-cal-parameter.xml |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/src/api/i-cal-parameter.xml b/src/api/i-cal-parameter.xml
index 03d27df..3858450 100644
--- a/src/api/i-cal-parameter.xml
+++ b/src/api/i-cal-parameter.xml
@@ -55,7 +55,7 @@
         <comment xml:space="preserve">Check whether the native part of the #ICalParameter is of type 
icalparameter.</comment>
     </method>
     <method name="i_cal_parameter_set_xname" corresponds="icalparameter_set_xname" kind="set" since="1.0">
-        <parameter type="ICalParameter *" name="param" annotation="in-out" comment="The #ICalParameter of 
which the xname to be set."/>
+        <parameter type="ICalParameter *" name="param" comment="The #ICalParameter of which the xname to be 
set."/>
         <parameter type="const gchar *" name="v" comment="The name to be set into the @param."/>
         <comment xml:space="preserve">Set the xname property of the native part of the 
#ICalParameter.</comment>
     </method>
@@ -65,7 +65,7 @@
         <comment xml:space="preserve">Get the xname property of the native part of the 
#ICalParameter.</comment>
     </method>
     <method name="i_cal_parameter_set_xvalue" corresponds="icalparameter_set_xvalue" kind="set" since="1.0">
-        <parameter type="ICalParameter *" name="param" annotation="in-out" comment="The #ICalParameter of 
which the xvalue to be set."/>
+        <parameter type="ICalParameter *" name="param" comment="The #ICalParameter of which the xvalue to be 
set."/>
         <parameter type="const gchar *" name="v" comment="The value to be set into the @param."/>
         <comment xml:space="preserve">Set the xvalue property of the native part of the 
#ICalParameter.</comment>
     </method>
@@ -75,7 +75,7 @@
         <comment xml:space="preserve">Get the xvalue property of the native part of the 
#ICalParameter.</comment>
     </method>
     <method name="i_cal_parameter_set_iana_name" corresponds="icalparameter_set_iana_name" kind="set" 
since="1.0">
-        <parameter type="ICalParameter *" name="param" annotation="in-out" comment="The #ICalParameter of 
which the iana_name to be set."/>
+        <parameter type="ICalParameter *" name="param" comment="The #ICalParameter of which the iana_name to 
be set."/>
         <parameter type="const gchar *" name="v" comment="The name to be set into the @param."/>
         <comment xml:space="preserve">Set the iana_name property of the native part of the 
#ICalParameter.</comment>
     </method>
@@ -85,7 +85,7 @@
         <comment xml:space="preserve">Get the iana_name property of the native part of the 
#ICalParameter.</comment>
     </method>
     <method name="i_cal_parameter_set_iana_value" corresponds="icalparameter_set_iana_value" kind="set" 
since="1.0">
-        <parameter type="ICalParameter *" name="param" annotation="in-out" comment="The #ICalParameter of 
which the iana_value to be set."/>
+        <parameter type="ICalParameter *" name="param" comment="The #ICalParameter of which the iana_value 
to be set."/>
         <parameter type="const gchar *" name="v" comment="The value to be set into the @param."/>
         <comment xml:space="preserve">Set the iana_value property of the native part of the 
#ICalParameter.</comment>
     </method>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]