pidgin 2.14.14dev
|
A chat. More...
#include <blist.h>
Data Fields | |
PurpleBlistNode | node |
The node that this chat inherits from. | |
char * | alias |
The display name of this chat. | |
GHashTable * | components |
the stuff the protocol needs to know to join the chat | |
PurpleAccount * | account |
The account this chat is attached to. | |
A chat.
This contains everything Purple needs to put a chat room in the buddy list.
PurpleAccount* _PurpleChat::account |
GHashTable* _PurpleChat::components |
PurpleBlistNode _PurpleChat::node |