diff options
author | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2007-10-26 14:58:56 +0000 |
---|---|---|
committer | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2007-10-26 14:58:56 +0000 |
commit | d8c85cabc584183528b110d2bc8c749b74581cf7 (patch) | |
tree | 2f3a7e0ccf67b58db32fca050056cff4893d7478 | |
parent | 7edc3c0dad7f1eb902e2094f1d205b26d75a9acd (diff) |
Rename Tube_List_Entry to Tube_Info and Tube_List to Tube_Info_List
-rw-r--r-- | spec/Channel_Type_Tubes.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/spec/Channel_Type_Tubes.xml b/spec/Channel_Type_Tubes.xml index 026fec31..a868f694 100644 --- a/spec/Channel_Type_Tubes.xml +++ b/spec/Channel_Type_Tubes.xml @@ -43,7 +43,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. participants' idea of the tube identifier.</tp:docstring> </tp:simple-type> - <tp:struct name="Tube_List_Entry" array-name="Tube_List"> + <tp:struct name="Tube_Info" array-name="Tube_Info_List"> <tp:docstring>A struct (tube ID, initiator handle, tube type, service name, parameters, state) representing a tube, as returned by ListTubes on the Tubes channel type.</tp:docstring> @@ -258,7 +258,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. </method> <method name="ListTubes"> - <arg direction="out" type="a(uuusa{sv}u)" tp:type="Tube_List_Entry[]"> + <arg direction="out" type="a(uuusa{sv}u)" tp:type="Tube_Info[]"> <tp:docstring> Return an array of tuples, each representing a tube, with the following members: |