_PurplePounce Struct Reference

A buddy pounce structure. More...

#include <pounce.h>


Data Fields

char * ui_type
 The type of UI.
PurplePounceEvent events
 The event(s) to pounce on.
PurplePounceOption options
 The pounce options.
PurpleAccountpouncer
 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.


Detailed Description

A buddy pounce structure.

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.


Field Documentation

The registered actions.

Definition at line 80 of file pounce.h.

Pounce-specific data.

Definition at line 84 of file pounce.h.

The event(s) to pounce on.

Definition at line 74 of file pounce.h.

The buddy to pounce on.

Definition at line 78 of file pounce.h.

The user who is pouncing.

Definition at line 76 of file pounce.h.

Whether or not the pounce should be saved after activation.

Definition at line 82 of file pounce.h.

The type of UI.

Definition at line 72 of file pounce.h.


The documentation for this struct was generated from the following file: