Mercurial > pidgin
diff src/blist.h @ 10704:a4ae4fb7f939
[gaim-migrate @ 12288]
Make the blist.xml saving schedule function public and call it
whenever privacy settings are changed.
committer: Tailor Script <tailor@pidgin.im>
| author | Mark Doliner <mark@kingant.net> |
|---|---|
| date | Sun, 20 Mar 2005 01:42:53 +0000 |
| parents | 54ac161a876e |
| children | d83f745c997b |
line wrap: on
line diff
--- a/src/blist.h Sun Mar 20 01:23:06 2005 +0000 +++ b/src/blist.h Sun Mar 20 01:42:53 2005 +0000 @@ -719,24 +719,18 @@ /****************************************************************************************/ /** - * Parses the toc-style buddy list used in older versions of Gaim and for SSI in toc.c - * - * @param account This is the account that the buddies and groups from config will get added to - * @param config This is the toc-style buddy list data - */ -void gaim_blist_parse_toc_buddy_list(GaimAccount *account, char *config); - - -/** * Loads the buddy list from ~/.gaim/blist.xml. */ void gaim_blist_load(); /** - * Force an immediate write of the buddy list. Normally the buddy list is - * saved automatically a few seconds after a change is made. + * Schedule a save of the blist.xml file. This is used by the privacy + * API whenever the privacy settings are changed. If you make a change + * to blist.xml using one of the functions in the buddy list API, then + * the buddy list is saved automatically, so you should not need to + * call this. */ -void gaim_blist_sync(); +void gaim_blist_schedule_save(); /** * Requests from the user information needed to add a buddy to the
