diff options
author | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2007-08-01 16:55:05 +0000 |
---|---|---|
committer | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2007-08-01 16:55:05 +0000 |
commit | d7e104387d35fe90b6834d16953529a92b909b64 (patch) | |
tree | b7c0821fe4bb68694ba06fb432bc9796d946092f | |
parent | 37abe6c42dd6dbfb29f900b29c0da7f27ab4e683 (diff) |
Allow RequestAvatars to raise Disconnected
-rw-r--r-- | spec/Connection_Interface_Avatars.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/spec/Connection_Interface_Avatars.xml b/spec/Connection_Interface_Avatars.xml index 728bfa72..be671e05 100644 --- a/spec/Connection_Interface_Avatars.xml +++ b/spec/Connection_Interface_Avatars.xml @@ -177,6 +177,9 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.</ (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:possible-errors> </method> <method name="SetAvatar"> <arg direction="in" name="avatar" type="ay"> |