#include <pounce.h>
Collaboration diagram for _PurplePounce:

Data Fields | |
| char * | ui_type |
| The type of UI. | |
| PurplePounceEvent | events |
| The event(s) to pounce on. | |
| PurplePounceOption | options |
| The pounce options. | |
| PurpleAccount * | pouncer |
| The user who is pouncing. | |
| char * | pouncee |
| The buddy to pounce on. | |
| GHashTable * | actions |
| The registered actions. | |
| gboolean | save |
| Whether or not the pounce should be saved after activation. | |
| void * | data |
| Pounce-specific data. | |
Buddy pounces are actions triggered by a buddy-related event. For example, a sound can be played or an IM window opened when a buddy signs on or returns from away. Such responses are handled in the UI. The events themselves are done in the core.
Definition at line 70 of file pounce.h.