| 32 * |
32 * |
| 33 * @param account The optional account to use. |
33 * @param account The optional account to use. |
| 34 * @param name The optional name to pounce on. |
34 * @param name The optional name to pounce on. |
| 35 * @param cur_pounce The current buddy pounce, if editing an existing one. |
35 * @param cur_pounce The current buddy pounce, if editing an existing one. |
| 36 */ |
36 */ |
| 37 void pidgin_pounce_editor_show(PurpleAccount *account, const char *name, |
37 void pidgin_pounce_editor_show(GtkWindow *parent, PurpleAccount *account, const char *name, |
| 38 PurplePounce *cur_pounce); |
38 PurplePounce *cur_pounce); |
| 39 |
39 |
| 40 /** |
40 /** |
| 41 * Shows the pounces manager window. |
41 * Shows the pounces manager window. |
| 42 */ |
42 */ |
| 43 void pidgin_pounces_manager_show(void); |
43 void pidgin_pounces_manager_show(GtkWindow *parent); |
| 44 |
44 |
| 45 /** |
45 /** |
| 46 * Hides the pounces manager window. |
46 * Hides the pounces manager window. |
| 47 */ |
47 */ |
| 48 void pidgin_pounces_manager_hide(void); |
48 void pidgin_pounces_manager_hide(void); |