comparison src/prefs.h @ 6693:8c1b5dd87fbf

[gaim-migrate @ 7219] sean might think this is contact support, but it isn't. this will be useful when we figure out where prefs should have been in the first place committer: Tailor Script <tailor@pidgin.im>
author Nathan Walp <nwalp@pidgin.im>
date Tue, 02 Sep 2003 03:29:53 +0000
parents 4bc050b1af34
children fa6395637e2c
comparison
equal deleted inserted replaced
6692:429db0c1dcd8 6693:8c1b5dd87fbf
105 * @param name The name of the pref 105 * @param name The name of the pref
106 */ 106 */
107 void gaim_prefs_remove(const char *name); 107 void gaim_prefs_remove(const char *name);
108 108
109 /** 109 /**
110 * Rename a pref
111 *
112 * @param oldname The old name of the pref
113 * @param newname The new name for the pref
114 */
115 void gaim_prefs_rename(const char *oldname, const char *newname);
116
117 /**
110 * Remove all prefs. 118 * Remove all prefs.
111 */ 119 */
112 void gaim_prefs_destroy(); 120 void gaim_prefs_destroy();
113 121
114 /** 122 /**
214 222
215 /** 223 /**
216 * Force an immediate write of preferences 224 * Force an immediate write of preferences
217 */ 225 */
218 void gaim_prefs_sync(); 226 void gaim_prefs_sync();
227
228 /**
229 * Rename legacy prefs
230 */
231 void gaim_prefs_rename_old();
219 232
220 /*@}*/ 233 /*@}*/
221 234
222 #ifdef __cplusplus 235 #ifdef __cplusplus
223 } 236 }