diff pidgin/gtkpounce.h @ 21078:96612191ded8

Only the request API changes
author Gabriel Schulhof <nix@go-nix.ca>
date Tue, 09 Oct 2007 20:47:07 +0000
parents b93d1ad9cf02
children 0b67d509a305 2ae1233bd6b2
line wrap: on
line diff
--- a/pidgin/gtkpounce.h	Tue Oct 09 18:01:51 2007 +0000
+++ b/pidgin/gtkpounce.h	Tue Oct 09 20:47:07 2007 +0000
@@ -31,28 +31,16 @@
 /**
  * Displays a New Buddy Pounce or Edit Buddy Pounce dialog.
  *
- * @param parent     The parent window.
  * @param account    The optional account to use.
  * @param name       The optional name to pounce on.
  * @param cur_pounce The current buddy pounce, if editing an existing one.
  */
-void pidgin_pounce_editor_show_with_parent(GtkWindow *parent, PurpleAccount *account, const char *name,
-								PurplePounce *cur_pounce);
-
-/**
- * @deprecated Please use pidgin_pounce_editor_show_with_parent
- */
 void pidgin_pounce_editor_show(PurpleAccount *account, const char *name,
 								PurplePounce *cur_pounce);
 
 /**
  * Shows the pounces manager window.
  */
-void pidgin_pounces_manager_show_with_parent(GtkWindow *parent);
-
-/**
- * @deprecated Please use pidgin_pounces_manager_show_with_parent
- */
 void pidgin_pounces_manager_show(void);
 
 /**