diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2007-05-23 10:34:08 +0000 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2007-05-23 10:34:08 +0000 |
commit | 169a021e77c5451a9f7507e682022681abfcc593 (patch) | |
tree | 22cffcf3e86d0e0008d8d1dcf2837c0a3fa08ac5 | |
parent | b02a8e6c75dd7ba6d8ff4d1e2423632c59e34069 (diff) |
add NotImplemented in possible errors of OfferDBusTube as CM can implement only a subset of tube types
-rw-r--r-- | spec/Channel_Type_Tubes.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/spec/Channel_Type_Tubes.xml b/spec/Channel_Type_Tubes.xml index 354d6011..9d8b651b 100644 --- a/spec/Channel_Type_Tubes.xml +++ b/spec/Channel_Type_Tubes.xml @@ -135,6 +135,13 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. The ID of the new tube. </tp:docstring> </arg> + <tp:possible-errors> + <tp:error name="org.freedesktop.Telepathy.Error.NotImplemented"> + <tp:docstring> + Connection Manager doesn't support D-Bus tubes. + </tp:docstring> + </tp:error> + </tp:possible-errors> </method> <method name="OfferStreamTube"> |