comparison src/blist.h @ 6965:d4b4229bcd21

[gaim-migrate @ 7512] fix sort by log size and sort by status, and allow dragging of entire contacts into expanded contacts, like one would expect committer: Tailor Script <tailor@pidgin.im>
author Nathan Walp <nwalp@pidgin.im>
date Thu, 25 Sep 2003 03:30:07 +0000
parents dd0eecfbe413
children feb3d21a7794
comparison
equal deleted inserted replaced
6964:88207c8a4b20 6965:d4b4229bcd21
422 * @param node The insertion point 422 * @param node The insertion point
423 */ 423 */
424 void gaim_blist_add_contact(GaimContact *contact, GaimGroup *group, GaimBlistNode *node); 424 void gaim_blist_add_contact(GaimContact *contact, GaimGroup *group, GaimBlistNode *node);
425 425
426 /** 426 /**
427 * Merges two contacts
428 *
429 * All of the buddies from source will be moved to target
430 *
431 * @param source The contact to merge
432 * @param target The contact to be merged into
433 */
434 void gaim_blist_merge_contact(GaimContact *source, GaimContact *target);
435
436 /**
427 * Returns the highest priority buddy for a given contact. 437 * Returns the highest priority buddy for a given contact.
428 * 438 *
429 * @param contact The contact 439 * @param contact The contact
430 * @return The highest priority buddy 440 * @return The highest priority buddy
431 */ 441 */