#include <conversation.h>
Data Fields | |
char * | name |
The chat participant's name in the chat. | |
char * | alias |
The chat participant's alias, if known; NULL otherwise. | |
char * | alias_key |
A string by which this buddy will be sorted, or NULL if the buddy should be sorted by its name . | |
gboolean | buddy |
TRUE if this chat participant is on the buddy list; FALSE otherwise. | |
PurpleConvChatBuddyFlags | flags |
A bitwise OR of flags for this participant, such as whether they are a channel operator. |
Definition at line 286 of file conversation.h.
A string by which this buddy will be sorted, or NULL
if the buddy should be sorted by its name
.
(This is currently always NULL
.)
Definition at line 292 of file conversation.h.