pidgin 2.14.14dev
|
A contact. More...
#include <blist.h>
Data Fields | |
PurpleBlistNode | node |
The node that this contact inherits from. | |
char * | alias |
The user-set alias of the contact. | |
int | totalsize |
The number of buddies in this contact. | |
int | currentsize |
The number of buddies in this contact corresponding to online accounts. | |
int | online |
The number of buddies in this contact who are currently online. | |
PurpleBuddy * | priority |
The "top" buddy for this contact. | |
gboolean | priority_valid |
Is priority valid? | |
A contact.
This contains everything Purple will ever need to know about a contact.
char* _PurpleContact::alias |
int _PurpleContact::currentsize |
PurpleBlistNode _PurpleContact::node |
int _PurpleContact::online |
PurpleBuddy* _PurpleContact::priority |
int _PurpleContact::totalsize |