Mercurial > pidgin
diff 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 |
line wrap: on
line diff
--- a/src/blist.h Thu Sep 25 02:24:35 2003 +0000 +++ b/src/blist.h Thu Sep 25 03:30:07 2003 +0000 @@ -424,6 +424,16 @@ void gaim_blist_add_contact(GaimContact *contact, GaimGroup *group, GaimBlistNode *node); /** + * Merges two contacts + * + * All of the buddies from source will be moved to target + * + * @param source The contact to merge + * @param target The contact to be merged into + */ +void gaim_blist_merge_contact(GaimContact *source, GaimContact *target); + +/** * Returns the highest priority buddy for a given contact. * * @param contact The contact
