Mercurial > pidgin
changeset 21526:aee91450a46a
Clarify what purple_blist_remove_buddy() does somewhat.
author | Daniel Atallah <daniel.atallah@gmail.com> |
---|---|
date | Thu, 15 Nov 2007 17:25:34 +0000 |
parents | 6c6e8f25ee62 |
children | 5b9da9db7e81 |
files | libpurple/blist.h |
diffstat | 1 files changed, 3 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/libpurple/blist.h Thu Nov 15 15:09:15 2007 +0000 +++ b/libpurple/blist.h Thu Nov 15 17:25:34 2007 +0000 @@ -524,8 +524,11 @@ * @param contact The contact */ void purple_contact_invalidate_priority_buddy(PurpleContact *contact); + /** * Removes a buddy from the buddy list and frees the memory allocated to it. + * This doesn't actually try to remove the buddy from the server list, nor does + * it clean up the prpl_info. * * @param buddy The buddy to be removed */