comparison libpurple/blist.h @ 32827:4a34689eeb33 default tip

merged from im.pidgin.pidgin
author Yoshiki Yazawa <yaz@honeyplanet.jp>
date Sat, 19 Nov 2011 14:42:54 +0900
parents d288f5215a9a
children
comparison
equal deleted inserted replaced
32692:0f94ec89f0bc 32827:4a34689eeb33
754 * @param contact The contact 754 * @param contact The contact
755 */ 755 */
756 void purple_contact_invalidate_priority_buddy(PurpleContact *contact); 756 void purple_contact_invalidate_priority_buddy(PurpleContact *contact);
757 757
758 /** 758 /**
759 * Determines the total size of a contact.
760 *
761 * @param contact The contact
762 * @param offline Count buddies in offline accounts
763 * @return The number of buddies in the contact
764 */
765 int purple_contact_get_contact_size(PurpleContact *contact, gboolean offline);
766
767 /**
759 * Removes a buddy from the buddy list and frees the memory allocated to it. 768 * Removes a buddy from the buddy list and frees the memory allocated to it.
760 * This doesn't actually try to remove the buddy from the server list. 769 * This doesn't actually try to remove the buddy from the server list.
761 * 770 *
762 * @param buddy The buddy to be removed 771 * @param buddy The buddy to be removed
763 * 772 *