[Telepathy-commits] [telepathy-spec/master] CM, Properties: name all remaining unnamed 'out' arguments

Simon McVittie simon.mcvittie at collabora.co.uk
Mon Jan 19 04:04:29 PST 2009


---
 spec/Connection_Manager.xml   |    9 +++++----
 spec/Properties_Interface.xml |    6 ++++--
 2 files changed, 9 insertions(+), 6 deletions(-)

diff --git a/spec/Connection_Manager.xml b/spec/Connection_Manager.xml
index eafa6df..46b56ac 100644
--- a/spec/Connection_Manager.xml
+++ b/spec/Connection_Manager.xml
@@ -158,7 +158,8 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.</
           The required protocol name
         </tp:docstring>
       </arg>
-      <arg direction="out" type="a(susv)" tp:type="Param_Spec[]">
+      <arg direction="out" type="a(susv)" tp:type="Param_Spec[]"
+        name="Parameters">
         <tp:docstring xmlns="http://www.w3.org/1999/xhtml">
           An array of structs representing possible parameters.
         </tp:docstring>
@@ -178,7 +179,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.</
     </method>
 
     <method name="ListProtocols" tp:name-for-bindings="List_Protocols">
-      <arg direction="out" type="as" tp:type="Protocol[]">
+      <arg direction="out" type="as" tp:type="Protocol[]" name="Protocols">
         <tp:docstring>
           A array of string protocol identifiers supported by this manager
         </tp:docstring>
@@ -226,12 +227,12 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.</
           and the above well-known list.
         </tp:docstring>
       </arg>
-      <arg direction="out" type="s" tp:type="DBus_Bus_Name">
+      <arg direction="out" type="s" tp:type="DBus_Bus_Name" name="Bus_Name">
         <tp:docstring>
           A D-Bus service name where the new Connection object can be found
         </tp:docstring>
       </arg>
-      <arg direction="out" type="o">
+      <arg direction="out" type="o" name="Object_Path">
         <tp:docstring>
           The D-Bus object path to the Connection on this service
         </tp:docstring>
diff --git a/spec/Properties_Interface.xml b/spec/Properties_Interface.xml
index 2773d75..91423c1 100644
--- a/spec/Properties_Interface.xml
+++ b/spec/Properties_Interface.xml
@@ -62,7 +62,8 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.</
       <arg direction="in" name="Properties" type="au" tp:type="Property_ID[]">
         <tp:docstring>An array of property identifiers</tp:docstring>
       </arg>
-      <arg direction="out" type="a(uv)" tp:type="Property_Value[]">
+      <arg direction="out" type="a(uv)" tp:type="Property_Value[]"
+        name="Values">
         <!-- XXX: if we're ever breaking API compatibility, make this a{uv} -->
         <tp:docstring xmlns="http://www.w3.org/1999/xhtml">
           <p>An array of structs containing:</p>
@@ -90,7 +91,8 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.</
       <tp:docstring>
         Returns a dictionary of the properties available on this channel.
       </tp:docstring>
-      <arg direction="out" type="a(ussu)" tp:type="Property_Spec[]">
+      <arg direction="out" type="a(ussu)" tp:type="Property_Spec[]"
+        name="Available_Properties">
         <!-- XXX: if we're ever breaking API compatibility, make this
         a{u(ssu)} ? -->
         <tp:docstring>
-- 
1.5.6.5




More information about the Telepathy-commits mailing list