diff options
author | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2007-08-01 16:54:44 +0000 |
---|---|---|
committer | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2007-08-01 16:54:44 +0000 |
commit | 37abe6c42dd6dbfb29f900b29c0da7f27ab4e683 (patch) | |
tree | f7bd4dc571af2cb8e0d1725ab4ca97375c842d65 | |
parent | d23b32aa381a136d37659119e5c7338e20e86e0e (diff) |
Clarify that RequestAvatars just doesn't emit a signal if the contact has no avatar
-rw-r--r-- | spec/Connection_Interface_Avatars.xml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/spec/Connection_Interface_Avatars.xml b/spec/Connection_Interface_Avatars.xml index 895506c7..728bfa72 100644 --- a/spec/Connection_Interface_Avatars.xml +++ b/spec/Connection_Interface_Avatars.xml @@ -173,8 +173,9 @@ 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, - the AvatarRetrieved signal is not emitted. + 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. </tp:docstring> </method> <method name="SetAvatar"> |