diff options
author | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2007-08-01 16:52:44 +0000 |
---|---|---|
committer | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2007-08-01 16:52:44 +0000 |
commit | 18b1bb7bdb80f2ba74a41d1064fae9b080992e9d (patch) | |
tree | cdb21bd7f84d2ac27860b038b2e7c6566a663645 | |
parent | be5cdf749ffeee99e8ca2a642d7bcee93fb1a833 (diff) |
Observe that RequestAvatar is deprecated in favour of RequestAvatars
-rw-r--r-- | spec/Connection_Interface_Avatars.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/spec/Connection_Interface_Avatars.xml b/spec/Connection_Interface_Avatars.xml index c2e53c1b..c1b7b632 100644 --- a/spec/Connection_Interface_Avatars.xml +++ b/spec/Connection_Interface_Avatars.xml @@ -149,7 +149,8 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.</ </tp:docstring> </arg> <tp:docstring> - Request the avatar for a given contact. + Request the avatar for a given contact. Using this method in new + Telepathy clients is deprecated; use RequestAvatars instead. </tp:docstring> <tp:possible-errors> <tp:error name="org.freedesktop.Telepathy.Error.Disconnected"/> |