comparison src/blist.h @ 12088:980c877bd238

[gaim-migrate @ 14385] sf patch #1356873, from Will Thompson (resiak) "gaim_find_buddys_group is a stupid name. gaim_buddy_get_group is not a stupid name." Way to think outside the box! committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Mon, 14 Nov 2005 22:41:52 +0000
parents 2cb1beb9da51
children 875f59f9c0bb
comparison
equal deleted inserted replaced
12087:f30a6ad84aff 12088:980c877bd238
632 * Returns the group of which the buddy is a member. 632 * Returns the group of which the buddy is a member.
633 * 633 *
634 * @param buddy The buddy 634 * @param buddy The buddy
635 * @return The group or NULL if the buddy is not in a group 635 * @return The group or NULL if the buddy is not in a group
636 */ 636 */
637 GaimGroup *gaim_find_buddys_group(GaimBuddy *buddy); 637 GaimGroup *gaim_buddy_get_group(GaimBuddy *buddy);
638 638
639 639
640 /** 640 /**
641 * Returns a list of accounts that have buddies in this group 641 * Returns a list of accounts that have buddies in this group
642 * 642 *