comparison libpurple/blist.h @ 29335:e26af064fe8c

added purple_contact_get_group
author Gary Kramlich <grim@reaperworld.com>
date Fri, 11 Dec 2009 01:32:16 +0000
parents 4055d0f7f1ea
children 521cb9430f22 3828a61c44da
comparison
equal deleted inserted replaced
29334:31a34388fb1d 29335:e26af064fe8c
733 * @param contact The contact to destroy 733 * @param contact The contact to destroy
734 */ 734 */
735 void purple_contact_destroy(PurpleContact *contact); 735 void purple_contact_destroy(PurpleContact *contact);
736 736
737 /** 737 /**
738 * Gets the PurpleGroup from a PurpleContact
739 *
740 * @param contact The contact
741 * @return The group
742 *
743 * @since 2.7.0
744 */
745 PurpleGroup *purple_contact_get_group(const PurpleContact *contact);
746
747 /**
738 * Adds a new contact to the buddy list. 748 * Adds a new contact to the buddy list.
739 * 749 *
740 * The new contact will be inserted after insert or prepended to the list if 750 * The new contact will be inserted after insert or prepended to the list if
741 * node is NULL. 751 * node is NULL.
742 * 752 *