_PurpleConvChat Struct Reference

Data specific to Chats. More...

#include <conversation.h>

Collaboration diagram for _PurpleConvChat:

Collaboration graph
[legend]

Data Fields

PurpleConversationconv
 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.

Detailed Description

Data specific to Chats.

Definition at line 261 of file conversation.h.


Field Documentation

PurpleConversation* _PurpleConvChat::conv

The parent conversation.

Definition at line 263 of file conversation.h.

GList* _PurpleConvChat::in_room

The users in the room.

Definition at line 265 of file conversation.h.

GList* _PurpleConvChat::ignored

Ignored users.

Definition at line 266 of file conversation.h.

char* _PurpleConvChat::who

The person who set the topic.

Definition at line 267 of file conversation.h.

char* _PurpleConvChat::topic

The topic.

Definition at line 268 of file conversation.h.

int _PurpleConvChat::id

The chat ID.

Definition at line 269 of file conversation.h.

char* _PurpleConvChat::nick

Your nick in this chat.

Definition at line 270 of file conversation.h.


The documentation for this struct was generated from the following file: