Mercurial > pidgin
comparison src/blist.h @ 10350:d962fc7778f1
[gaim-migrate @ 11565]
We need this.
Oh "WE" need this. What about YOU need this?
I'd rather kiss a wookie.
committer: Tailor Script <tailor@pidgin.im>
author | Mark Doliner <mark@kingant.net> |
---|---|
date | Mon, 13 Dec 2004 01:19:05 +0000 |
parents | 655c48791b3c |
children | 28135f8c226d |
comparison
equal
deleted
inserted
replaced
10349:655c48791b3c | 10350:d962fc7778f1 |
---|---|
738 * Loads the buddy list from ~/.gaim/blist.xml. | 738 * Loads the buddy list from ~/.gaim/blist.xml. |
739 */ | 739 */ |
740 void gaim_blist_load(); | 740 void gaim_blist_load(); |
741 | 741 |
742 /** | 742 /** |
743 * Force an immediate write of the buddy list. Normally the buddy list is | |
744 * saved automatically a few seconds after a change is made. | |
745 */ | |
746 void gaim_blist_sync(); | |
747 | |
748 /** | |
743 * Requests from the user information needed to add a buddy to the | 749 * Requests from the user information needed to add a buddy to the |
744 * buddy list. | 750 * buddy list. |
745 * | 751 * |
746 * @param account The account the buddy is added to. | 752 * @param account The account the buddy is added to. |
747 * @param username The username of the buddy. | 753 * @param username The username of the buddy. |