summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Ruprecht <mike.ruprecht@collabora.co.uk>2010-02-22 14:44:42 -0600
committerMike Ruprecht <mike.ruprecht@collabora.co.uk>2010-02-22 14:44:42 -0600
commit8f578b9a01cee29b09b9c3157fa42964bca5ce03 (patch)
tree9a6477647ab2f63e9841459107c5f03a982e88f8
parent79dc555128d60ba1511d1acc62821ffaec5b435f (diff)
Adding possible errors to the Call.Content Remove method.
-rw-r--r--spec/Call_Content.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/spec/Call_Content.xml b/spec/Call_Content.xml
index 8fbf35d0..3e585b49 100644
--- a/spec/Call_Content.xml
+++ b/spec/Call_Content.xml
@@ -35,6 +35,16 @@
<method name="Remove" tp:name-for-bindings="Remove">
<tp:docstring>Remove the content from the call.</tp:docstring>
+
+ <tp:possible-errors>
+ <tp:error name="org.freedesktop.Telepathy.Error.NetworkError">
+ </tp:error>
+ <tp:error name="org.freedesktop.Telepathy.Error.NotImplemented">
+ <tp:docstring>
+ Raised when a Call doesn't support removing contents (e.g. a Google Talk video call)
+ </tp:docstring>
+ </tp:error>
+ </tp:possible-errors>
</method>
<property name="Name" tp:name-for-bindings="Name" type="s" access="read">