diff options
author | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2007-09-27 14:04:11 +0000 |
---|---|---|
committer | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2007-09-27 14:04:11 +0000 |
commit | 38c3bb5a349054ca3df1b351a4747a352369a902 (patch) | |
tree | 1362c49ca7581cf32338fbec80e4f76146ead916 | |
parent | fb583063f80eb5dd7ccbd3ea206bddc3a0fd7368 (diff) |
Don't provide the D-Bus name mapping on 1-1 D-Bus tubestelepathy-spec-0.16.0
-rw-r--r-- | spec/Channel_Type_Tubes.xml | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/spec/Channel_Type_Tubes.xml b/spec/Channel_Type_Tubes.xml index c7a2c24e..773b5081 100644 --- a/spec/Channel_Type_Tubes.xml +++ b/spec/Channel_Type_Tubes.xml @@ -542,8 +542,8 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. <method name="GetDBusNames"> <tp:docstring> - For a D-Bus tube, obtain a mapping between contact handles and their - unique bus names on this tube. + For a multi-user (i.e. Handle_Type_Room) D-Bus tube, obtain a mapping + between contact handles and their unique bus names on this tube. </tp:docstring> <arg direction="in" name="id" type="u"> <tp:docstring> @@ -559,7 +559,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. <tp:possible-errors> <tp:error name="org.freedesktop.Telepathy.Error.InvalidArgument"> <tp:docstring> - The tube is not a D-Bus tube. + The tube is not a multi-user D-Bus tube. </tp:docstring> </tp:error> <tp:error name="org.freedesktop.Telepathy.Error.NotAvailable"> @@ -572,7 +572,8 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. <signal name="DBusNamesChanged"> <tp:docstring> - Emitted on a D-Bus tube when a participant opens or closes the tube. + Emitted on a multi-user (i.e. Handle_Type_Room) D-Bus tube when a + participant opens or closes the tube. </tp:docstring> <arg name="id" type="u"> <tp:docstring> |