| 30 #include "pounce.h" |
30 #include "pounce.h" |
| 31 |
31 |
| 32 /** |
32 /** |
| 33 * Adds a buddy pounce to the buddy pounce dialog |
33 * Adds a buddy pounce to the buddy pounce dialog |
| 34 * |
34 * |
| |
35 * @param account The account |
| |
36 * @param pounce The pounce |
| 35 * @param alias The buddy alias |
37 * @param alias The buddy alias |
| 36 * @param event Event description |
38 * @param event Event description |
| 37 * @param message Pounce message |
39 * @param message Pounce message |
| 38 * @param date Pounce date |
40 * @param date Pounce date |
| 39 */ |
41 */ |
| 40 void pidgin_notify_pounce_add(PurpleAccount *account, PurplePounce *pounce, |
42 void pidgin_notify_pounce_add(PurpleAccount *account, PurplePounce *pounce, |
| 41 const char *alias, const char *event, const char *message, const char *date); |
43 const char *alias, const char *event, const char *message, const char *date); |