diff src/pounce.h @ 5866:d6b5cab288bb

[gaim-migrate @ 6297] Pounces are now imported and saved to disk. However, they are not yet loaded. I'll get to that tomorrow (later today? awwww!) committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Sat, 14 Jun 2003 11:55:15 +0000
parents 417b1001d2b1
children 448f2f4ca3ec
line wrap: on
line diff
--- a/src/pounce.h	Sat Jun 14 11:18:08 2003 +0000
+++ b/src/pounce.h	Sat Jun 14 11:55:15 2003 +0000
@@ -25,6 +25,9 @@
 
 typedef struct _GaimPounce GaimPounce;
 
+#include <glib.h>
+#include "account.h"
+
 /**
  * Events that trigger buddy pounces.
  */
@@ -261,10 +264,20 @@
 							 const char *pouncee, GaimPounceEvent events);
 
 /**
+ * Loads the pounces.
+ */
+gboolean gaim_pounces_load(void);
+
+/**
+ * Force an immediate write of pounces.
+ */
+void gaim_pounces_sync(void);
+
+/**
  * Returns a list of all registered buddy pounces.
  *
  * @return The list of buddy pounces.
  */
-GList *gaim_get_pounces(void);
+GList *gaim_pounces_get_all(void);
 
 #endif /* _GAIM_POUNCE_H_ */