pidgin 2.14.14dev
|
Data specific to Chats. More...
#include <conversation.h>
Data Fields | |
PurpleConversation * | conv |
The parent conversation. | |
GList * | in_room |
The users in the room. | |
GList * | ignored |
Ignored users. | |
char * | who |
The person who set the topic. | |
char * | topic |
The topic. | |
int | id |
The chat ID. | |
char * | nick |
Your nick in this chat. | |
gboolean | left |
We left the chat and kept the window open. | |
GHashTable * | users |
Hash table of the users in the room. | |
Data specific to Chats.
Definition at line 273 of file conversation.h.
PurpleConversation* _PurpleConvChat::conv |
int _PurpleConvChat::id |
GList* _PurpleConvChat::ignored |
GList* _PurpleConvChat::in_room |
The users in the room.
Definition at line 277 of file conversation.h.
gboolean _PurpleConvChat::left |
We left the chat and kept the window open.
Definition at line 286 of file conversation.h.
char* _PurpleConvChat::nick |
char* _PurpleConvChat::topic |
GHashTable* _PurpleConvChat::users |
char* _PurpleConvChat::who |
The person who set the topic.
Definition at line 281 of file conversation.h.