comparison src/blist.h @ 6744:a781689ca455

[gaim-migrate @ 7276] alphabetical sort now works again, status and log sorting still need plenty of work committer: Tailor Script <tailor@pidgin.im>
author Nathan Walp <nwalp@pidgin.im>
date Thu, 04 Sep 2003 21:48:15 +0000
parents b0913ab92893
children ea289c6f2382
comparison
equal deleted inserted replaced
6743:43f540b0d630 6744:a781689ca455
453 * @return The alias (if set), server alias (if option is set), screenname, or "Unknown" 453 * @return The alias (if set), server alias (if option is set), screenname, or "Unknown"
454 */ 454 */
455 const char *gaim_get_buddy_alias(GaimBuddy *buddy); 455 const char *gaim_get_buddy_alias(GaimBuddy *buddy);
456 456
457 /** 457 /**
458 * Returns the correct name to display for a blist chat.
459 *
460 * @param chat The chat whose name will be returned.
461 * @return The alias (if set), or first component value.
462 */
463 const char *gaim_blist_chat_get_name(GaimBlistChat *chat);
464
465 /**
458 * Finds the buddy struct given a screenname and an account 466 * Finds the buddy struct given a screenname and an account
459 * 467 *
460 * @param name The buddy's screenname or NULL to search for more buddies with the same screenname 468 * @param name The buddy's screenname or NULL to search for more buddies with the same screenname
461 * as the previous search 469 * as the previous search
462 * @param account The account this buddy belongs to 470 * @param account The account this buddy belongs to