diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2007-05-23 10:40:47 +0000 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2007-05-23 10:40:47 +0000 |
commit | 6f02d6ba0d4fbee8dd7ec82b52ecf929ad49ebba (patch) | |
tree | 993bec40018fbf7d9dab6446c07e1b57a960aef2 | |
parent | 1a97409dcc31511457ece6196cb655226119c047 (diff) |
AcceptTube and CloseTube can raises InvalidArgument
-rw-r--r-- | spec/Channel_Type_Tubes.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/spec/Channel_Type_Tubes.xml b/spec/Channel_Type_Tubes.xml index cc807045..83ac398f 100644 --- a/spec/Channel_Type_Tubes.xml +++ b/spec/Channel_Type_Tubes.xml @@ -224,6 +224,9 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. The ID of the tube to accept. </tp:docstring> </arg> + <tp:possible-errors> + <tp:error name="org.freedesktop.Telepathy.Error.InvalidArgument" /> + </tp:possible-errors> </method> <signal name="TubeStateChanged"> @@ -251,6 +254,9 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. The ID of the tube to close. </tp:docstring> </arg> + <tp:possible-errors> + <tp:error name="org.freedesktop.Telepathy.Error.InvalidArgument" /> + </tp:possible-errors> </method> <signal name="TubeClosed"> |