diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2007-05-24 09:33:48 +0000 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2007-05-24 09:33:48 +0000 |
commit | b64b5de36dd0299a9419ecdb128d6fd35908efb8 (patch) | |
tree | 8a22a73fcda2f62aa8d4c652c991536d73300031 | |
parent | fbe766fe6f6453f109683e9a8791b586771d07fa (diff) |
Offer{DBus,Stream}Tube can raise NetworkError and NotAvailable
-rw-r--r-- | spec/Channel_Type_Tubes.xml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/spec/Channel_Type_Tubes.xml b/spec/Channel_Type_Tubes.xml index c53649a8..17d4704b 100644 --- a/spec/Channel_Type_Tubes.xml +++ b/spec/Channel_Type_Tubes.xml @@ -134,6 +134,13 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. </tp:docstring> </arg> <tp:possible-errors> + <tp:error name="org.freedesktop.Telepathy.Error.NetworkError"/> + <tp:error name="org.freedesktop.Telepathy.Error.NotAvailable"> + <tp:docstring> + The contact associated with this channel doesn't have tubes + capabilities. + </tp:docstring> + </tp:error> <tp:error name="org.freedesktop.Telepathy.Error.NotImplemented"> <tp:docstring> Connection Manager doesn't support D-Bus tubes. @@ -169,6 +176,13 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. </tp:docstring> </arg> <tp:possible-errors> + <tp:error name="org.freedesktop.Telepathy.Error.NetworkError"/> + <tp:error name="org.freedesktop.Telepathy.Error.NotAvailable"> + <tp:docstring> + The contact associated with this channel doesn't have tubes + capabilities. + </tp:docstring> + </tp:error> <tp:error name="org.freedesktop.Telepathy.Error.NotImplemented"> <tp:docstring> Connection Manager doesn't support Stream tubes. |