diff src/gtkpounce.h @ 5875:448f2f4ca3ec

[gaim-migrate @ 6307] Rewrote the pounce framework.. yes, again. But now it saves! OOhh!! Neato. Things are cleaner too. AND I CHANGED THE OK BUTTON TO SAVE! committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Sun, 15 Jun 2003 02:03:23 +0000
parents 417b1001d2b1
children 18486c860a46
line wrap: on
line diff
--- a/src/gtkpounce.h	Sat Jun 14 23:50:24 2003 +0000
+++ b/src/gtkpounce.h	Sun Jun 15 02:03:23 2003 +0000
@@ -26,18 +26,6 @@
 #include "pounce.h"
 
 /**
- * Creates a GTK-specific pounce.
- *
- * @param pouncer The account that will pounce.
- * @param pouncee The buddy to pounce on.
- * @param events  The event(s) to pounce on.
- *
- * @return The new buddy pounce.
- */
-GaimPounce *gaim_gtkpounce_new(GaimAccount *pouncer, const char *pouncee,
-							   GaimPounceEvent events);
-
-/**
  * Displays a New Buddy Pounce or Edit Buddy Pounce dialog.
  *
  * @param buddy      The optional buddy to pounce on.
@@ -52,4 +40,9 @@
  */
 void gaim_gtkpounce_menu_build(GtkWidget *menu);
 
+/**
+ * Initializes the GTK+ pounces subsystem.
+ */
+void gaim_gtk_pounces_init(void);
+
 #endif /* _GAIM_GTK_POUNCE_H_ */