diff src/prefs.h @ 10443:b6ca0e1b19d0

[gaim-migrate @ 11703] Shuffle some things around in prefs.c and use xmlnode/the util function for saving prefs. Now all our xml files are written to disk at once, with gobs of error detection. If anyone complains about losing their config file with 2.x, send them to me. Muwha ha ha ha ha. Ha. Heh. Sigh. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Tue, 28 Dec 2004 19:11:15 +0000
parents 9fdbfe832fac
children fc464a0abccc
line wrap: on
line diff
--- a/src/prefs.h	Tue Dec 28 17:38:03 2004 +0000
+++ b/src/prefs.h	Tue Dec 28 19:11:15 2004 +0000
@@ -58,6 +58,13 @@
 /*@{*/
 
 /**
+ * Returns the prefs subsystem handle.
+ *
+ * @return The prefs subsystem handle.
+ */
+void *gaim_prefs_get_handle(void);
+
+/**
  * Initialize core prefs
  */
 void gaim_prefs_init();
@@ -249,11 +256,6 @@
 gboolean gaim_prefs_load();
 
 /**
- * Force an immediate write of preferences
- */
-void gaim_prefs_sync();
-
-/**
  * Rename legacy prefs and delete some that no longer exist.
  */
 void gaim_prefs_update_old();