comparison src/blist.h @ 7674:3d49c33db741

[gaim-migrate @ 8318] If we aren't going to have gaim_find_contact(), then it shouldn't be in blist.h either. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Sun, 30 Nov 2003 20:33:38 +0000
parents 53c86d59f20b
children 1d0314b99747
comparison
equal deleted inserted replaced
7673:42e5d2f4e4b1 7674:3d49c33db741
569 * @return The group or NULL if the group does not exist 569 * @return The group or NULL if the group does not exist
570 */ 570 */
571 GaimGroup *gaim_find_group(const char *name); 571 GaimGroup *gaim_find_group(const char *name);
572 572
573 /** 573 /**
574 * Finds a contact
575 *
576 * @param group The group to look in
577 * @param name The name to look for
578 * @return The contact or NULL if the contact does not exist
579 */
580 GaimContact *gaim_find_contact(GaimGroup *group, const char *name);
581
582 /**
583 * Finds a chat by name. 574 * Finds a chat by name.
584 * 575 *
585 * @param account The chat's account. 576 * @param account The chat's account.
586 * @param name The chat's name. 577 * @param name The chat's name.
587 * 578 *