diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2007-05-23 10:34:41 +0000 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2007-05-23 10:34:41 +0000 |
commit | 1a97409dcc31511457ece6196cb655226119c047 (patch) | |
tree | f12885243754e0610ba3e30c80f531885d52070a | |
parent | 169a021e77c5451a9f7507e682022681abfcc593 (diff) |
add Error.NotImplemented to OfferStreamTube too
-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 9d8b651b..cc807045 100644 --- a/spec/Channel_Type_Tubes.xml +++ b/spec/Channel_Type_Tubes.xml @@ -168,6 +168,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 Stream tubes. + </tp:docstring> + </tp:error> + </tp:possible-errors> </method> <signal name="NewTube"> |