[Telepathy-commits] [telepathy-spec/master] Rename Channel_Type_Tube to Channel_Interface_Tube
Alban Crequy
alban.crequy at collabora.co.uk
Wed Nov 19 06:15:00 PST 2008
20080806140450-a41c0-8c80943632078c06825cc5d7af9e71c6d3d0cce8.gz
---
spec/Channel_Interface_Tube.xml | 10 +++++-----
spec/Channel_Type_DBusTube.xml | 2 +-
spec/Channel_Type_StreamTube.xml | 2 +-
spec/all.xml | 2 +-
4 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/spec/Channel_Interface_Tube.xml b/spec/Channel_Interface_Tube.xml
index 77e0f83..18e7d33 100644
--- a/spec/Channel_Interface_Tube.xml
+++ b/spec/Channel_Interface_Tube.xml
@@ -1,5 +1,5 @@
<?xml version="1.0" ?>
-<node name="/Channel_Type_Tube" xmlns:tp="http://telepathy.freedesktop.org/wiki/DbusSpec#extensions-v0">
+<node name="/Channel_Interface_Tube" xmlns:tp="http://telepathy.freedesktop.org/wiki/DbusSpec#extensions-v0">
<tp:copyright>Copyright (C) 2008 Collabora Limited</tp:copyright>
<tp:copyright>Copyright (C) 2008 Nokia Corporation</tp:copyright>
<tp:license>
@@ -17,15 +17,15 @@ You should have received a copy of the GNU Lesser General Public
License along with this library; if not, write to the Free Software
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
</tp:license>
- <interface name="org.freedesktop.Telepathy.Channel.Type.Tube">
+ <interface name="org.freedesktop.Telepathy.Channel.Interface.Tube">
<tp:requires interface="org.freedesktop.Telepathy.Channel"/>
<tp:docstring xmlns="http://www.w3.org/1999/xhtml">
<p>A "tube" is a mechanism for arbitrary data transfer. A tube channel
can contain only one tube. This interface contains the properties,
signals and methods common to all types of tubes. One cannot create a
- tube channel of type org.freedesktop.Telepathy.Channel.Type.Tube but
- only channels of a specific type tube channel. Only stream and D-Bus
- tubes exist currently. They have their own interface and their
+ tube channel of type org.freedesktop.Telepathy.Channel.Interface.Tube
+ but only channels of a specific type tube channel. Only stream and
+ D-Bus tubes exist currently. They have their own interface and their
interface can be used to create a tube channel.</p>
<p>The Tubes channel type may be requested for handles of type
diff --git a/spec/Channel_Type_DBusTube.xml b/spec/Channel_Type_DBusTube.xml
index 4a27908..d4b9e3c 100644
--- a/spec/Channel_Type_DBusTube.xml
+++ b/spec/Channel_Type_DBusTube.xml
@@ -19,7 +19,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
</tp:license>
<interface name="org.freedesktop.Telepathy.Channel.Type.DBusTube">
<tp:requires interface="org.freedesktop.Telepathy.Channel"/>
- <tp:requires interface="org.freedesktop.Telepathy.Channel.Type.Tube"/>
+ <tp:requires interface="org.freedesktop.Telepathy.Channel.Interface.Tube"/>
<tp:docstring xmlns="http://www.w3.org/1999/xhtml">
<p></p>
diff --git a/spec/Channel_Type_StreamTube.xml b/spec/Channel_Type_StreamTube.xml
index b5812d9..cc517ad 100644
--- a/spec/Channel_Type_StreamTube.xml
+++ b/spec/Channel_Type_StreamTube.xml
@@ -19,7 +19,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
</tp:license>
<interface name="org.freedesktop.Telepathy.Channel.Type.StreamTube">
<tp:requires interface="org.freedesktop.Telepathy.Channel"/>
- <tp:requires interface="org.freedesktop.Telepathy.Channel.Type.Tube"/>
+ <tp:requires interface="org.freedesktop.Telepathy.Channel.Interface.Tube"/>
<tp:docstring xmlns="http://www.w3.org/1999/xhtml">
<p></p>
diff --git a/spec/all.xml b/spec/all.xml
index d2e365c..ab5f5cb 100644
--- a/spec/all.xml
+++ b/spec/all.xml
@@ -53,7 +53,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.</
<xi:include href="Channel_Type_Room_List.xml"/>
<xi:include href="Channel_Type_Text.xml"/>
<xi:include href="Channel_Type_Tubes.xml"/>
-<xi:include href="Channel_Type_Tube.xml"/>
+<xi:include href="Channel_Interface_Tube.xml"/>
<xi:include href="Channel_Type_StreamTube.xml"/>
<xi:include href="Channel_Type_DBusTube.xml"/>
--
1.5.6.5
More information about the Telepathy-commits
mailing list