comparison src/blist.h @ 7312:b8ce6e194cff

[gaim-migrate @ 7896] Kevin Stange mentioned that we weren't using contact aliases right when sorting, so I fixinated it. committer: Tailor Script <tailor@pidgin.im>
author Nathan Walp <nwalp@pidgin.im>
date Wed, 22 Oct 2003 02:01:30 +0000
parents cb6bf374c7ee
children 53c86d59f20b
comparison
equal deleted inserted replaced
7311:1c8830db0189 7312:b8ce6e194cff
376 * @return The buddy icon. 376 * @return The buddy icon.
377 */ 377 */
378 GaimBuddyIcon *gaim_buddy_get_icon(const GaimBuddy *buddy); 378 GaimBuddyIcon *gaim_buddy_get_icon(const GaimBuddy *buddy);
379 379
380 /** 380 /**
381 * Returns a buddy's contact.
382 *
383 * @param buddy The buddy.
384 *
385 * @return The buddy's contact.
386 */
387 GaimContact *gaim_buddy_get_contact(GaimBuddy *buddy);
388
389 /**
381 * Adds a new buddy to the buddy list. 390 * Adds a new buddy to the buddy list.
382 * 391 *
383 * The buddy will be inserted right after node or prepended to the 392 * The buddy will be inserted right after node or prepended to the
384 * group if node is NULL. If both are NULL, the buddy will be added to 393 * group if node is NULL. If both are NULL, the buddy will be added to
385 * the "Buddies" group. 394 * the "Buddies" group.