comparison src/prefs.h @ 5534:0aa4d089125c

[gaim-migrate @ 5934] prefs is finally starting to look the way I wanted it to. now there is no explicit saving of prefs (except on quit). prefs are saved automagically when a pref is changed. i also went in and finished the job of moving the debug window over to new prefs committer: Tailor Script <tailor@pidgin.im>
author Nathan Walp <nwalp@pidgin.im>
date Mon, 26 May 2003 15:44:21 +0000
parents e1cc0c67e123
children 7a64114641c3
comparison
equal deleted inserted replaced
5533:b4c32b9a797d 5534:0aa4d089125c
166 * Read preferences 166 * Read preferences
167 */ 167 */
168 void gaim_prefs_load(); 168 void gaim_prefs_load();
169 169
170 /** 170 /**
171 * Write preferences
172 */
173 void gaim_prefs_save();
174
175 /**
176 * Force an immediate write of preferences 171 * Force an immediate write of preferences
177 */ 172 */
178 void gaim_prefs_sync(); 173 void gaim_prefs_sync();
179 174
180 /*@}*/ 175 /*@}*/