pidgin 2.14.14dev
|
A buddy. More...
#include <blist.h>
Data Fields | |
PurpleBlistNode | node |
The node that this buddy inherits from. | |
char * | name |
The name of the buddy. | |
char * | alias |
The user-set alias of the buddy. | |
char * | server_alias |
The server-specified alias of the buddy. | |
void * | proto_data |
This allows the prpl to associate whatever data it wants with a buddy. | |
PurpleBuddyIcon * | icon |
The buddy icon. | |
PurpleAccount * | account |
the account this buddy belongs to | |
PurplePresence * | presence |
PurpleMediaCaps | media_caps |
The media capabilities of the buddy. | |
A buddy.
This contains everything Purple will ever need to know about someone on the buddy list. Everything.
PurpleAccount* _PurpleBuddy::account |
PurpleBuddyIcon* _PurpleBuddy::icon |
PurpleMediaCaps _PurpleBuddy::media_caps |
PurpleBlistNode _PurpleBuddy::node |
void* _PurpleBuddy::proto_data |
char* _PurpleBuddy::server_alias |