# HG changeset patch # User Daniel Atallah # Date 1195147534 0 # Node ID aee91450a46a2ecc4936c67b7e346fea902a4af1 # Parent 6c6e8f25ee62cdd1a7620e4c3dd470db62d3a6fc Clarify what purple_blist_remove_buddy() does somewhat. diff -r 6c6e8f25ee62 -r aee91450a46a libpurple/blist.h --- 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 */