comparison libpurple/blist.h @ 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 d604027959a5
children bfa475b15dc5
comparison
equal deleted inserted replaced
21523:6c6e8f25ee62 21526:aee91450a46a
522 * purple_contact_get_priority_buddy recomputes it. 522 * purple_contact_get_priority_buddy recomputes it.
523 * 523 *
524 * @param contact The contact 524 * @param contact The contact
525 */ 525 */
526 void purple_contact_invalidate_priority_buddy(PurpleContact *contact); 526 void purple_contact_invalidate_priority_buddy(PurpleContact *contact);
527
527 /** 528 /**
528 * Removes a buddy from the buddy list and frees the memory allocated to it. 529 * Removes a buddy from the buddy list and frees the memory allocated to it.
530 * This doesn't actually try to remove the buddy from the server list, nor does
531 * it clean up the prpl_info.
529 * 532 *
530 * @param buddy The buddy to be removed 533 * @param buddy The buddy to be removed
531 */ 534 */
532 void purple_blist_remove_buddy(PurpleBuddy *buddy); 535 void purple_blist_remove_buddy(PurpleBuddy *buddy);
533 536