summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2007-08-01 17:05:30 +0000
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2007-08-01 17:05:30 +0000
commite756b4688c557e072270c212a456b1d2bbef2715 (patch)
treecd4909f92a3401bd312df134d078669e572acd4c
parentd7e104387d35fe90b6834d16953529a92b909b64 (diff)
Allow RequestAvatars to raise InvalidHandle too
-rw-r--r--spec/Connection_Interface_Avatars.xml8
1 files changed, 5 insertions, 3 deletions
diff --git a/spec/Connection_Interface_Avatars.xml b/spec/Connection_Interface_Avatars.xml
index be671e05..c66b9299 100644
--- a/spec/Connection_Interface_Avatars.xml
+++ b/spec/Connection_Interface_Avatars.xml
@@ -173,12 +173,14 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.</
</arg>
<tp:docstring>
Request avatars for a number of contacts. The AvatarRetrieved signal
- is emitted for each avatar retrieved. If retrieving an avatar fails
- (for any reason, including the contact not having an avatar)
- the AvatarRetrieved signal is not emitted for that contact.
+ is emitted for each avatar retrieved. If the handles are valid but
+ retrieving an avatar fails (for any reason, including the contact not
+ having an avatar) the AvatarRetrieved signal is not emitted for that
+ contact.
</tp:docstring>
<tp:possible-errors>
<tp:error name="org.freedesktop.Telepathy.Error.Disconnected"/>
+ <tp:error name="org.freedesktop.Telepathy.Error.InvalidHandle"/>
</tp:possible-errors>
</method>
<method name="SetAvatar">