diff -r 21d900c9b5d2 -r 027b7ebee256 src/gtkpounce.h --- a/src/gtkpounce.h Fri Nov 18 14:57:19 2005 +0000 +++ b/src/gtkpounce.h Fri Nov 18 16:37:51 2005 +0000 @@ -34,15 +34,25 @@ * @param name The optional name to pounce on. * @param cur_pounce The current buddy pounce, if editing an existing one. */ -void gaim_gtkpounce_dialog_show(GaimAccount *account, const char *name, +void gaim_gtk_pounce_editor_show(GaimAccount *account, const char *name, GaimPounce *cur_pounce); /** - * Displays all registered buddy pounces in a menu. + * Shows the pounces manager window. + */ +void gaim_gtk_pounces_manager_show(void); + +/** + * Hides the pounces manager window. + */ +void gaim_gtk_pounces_manager_hide(void); + +/** + * Returns the gtkaccounts handle * - * @param menu The menu to add to. + * @return The handle to the GTK+ account system */ -void gaim_gtkpounce_menu_build(GtkWidget *menu); +void *gaim_gtk_pounces_get_handle(void); /** * Initializes the GTK+ pounces subsystem.