| 31 G_BEGIN_DECLS |
31 G_BEGIN_DECLS |
| 32 |
32 |
| 33 /** |
33 /** |
| 34 * Displays a New Buddy Pounce or Edit Buddy Pounce dialog. |
34 * Displays a New Buddy Pounce or Edit Buddy Pounce dialog. |
| 35 * |
35 * |
| 36 * @param account The optional account to use. |
36 * @account: The optional account to use. |
| 37 * @param name The optional name to pounce on. |
37 * @name: The optional name to pounce on. |
| 38 * @param cur_pounce The current buddy pounce, if editing an existing one. |
38 * @cur_pounce: The current buddy pounce, if editing an existing one. |
| 39 */ |
39 */ |
| 40 void pidgin_pounce_editor_show(PurpleAccount *account, const char *name, |
40 void pidgin_pounce_editor_show(PurpleAccount *account, const char *name, |
| 41 PurplePounce *cur_pounce); |
41 PurplePounce *cur_pounce); |
| 42 |
42 |
| 43 /** |
43 /** |
| 51 void pidgin_pounces_manager_hide(void); |
51 void pidgin_pounces_manager_hide(void); |
| 52 |
52 |
| 53 /** |
53 /** |
| 54 * Returns the gtkpounces handle |
54 * Returns the gtkpounces handle |
| 55 * |
55 * |
| 56 * @return The handle to the GTK+ pounces system |
56 * Returns: The handle to the GTK+ pounces system |
| 57 */ |
57 */ |
| 58 void *pidgin_pounces_get_handle(void); |
58 void *pidgin_pounces_get_handle(void); |
| 59 |
59 |
| 60 /** |
60 /** |
| 61 * Initializes the GTK+ pounces subsystem. |
61 * Initializes the GTK+ pounces subsystem. |