_PurpleConvChat Struct Reference

Data specific to Chats. More...

#include <conversation.h>

Collaboration diagram for _PurpleConvChat:

Collaboration graph
[legend]

Data Fields

PurpleConversationconv
 The parent conversation.
int id
 The chat ID.
GList * ignored
 Ignored users.
GList * in_room
 The users in the room.
gboolean left
 We left the chat and kept the window open.
char * nick
 Your nick in this chat.
char * topic
 The topic.
char * who
 The person who set the topic.

Detailed Description

Data specific to Chats.

Definition at line 205 of file conversation.h.


Field Documentation

PurpleConversation* _PurpleConvChat::conv

The parent conversation.

Definition at line 207 of file conversation.h.

int _PurpleConvChat::id

The chat ID.

Definition at line 213 of file conversation.h.

GList* _PurpleConvChat::ignored

Ignored users.

Definition at line 210 of file conversation.h.

GList* _PurpleConvChat::in_room

The users in the room.

Definition at line 209 of file conversation.h.

char* _PurpleConvChat::nick

Your nick in this chat.

Definition at line 214 of file conversation.h.

char* _PurpleConvChat::topic

The topic.

Definition at line 212 of file conversation.h.

char* _PurpleConvChat::who

The person who set the topic.

Definition at line 211 of file conversation.h.


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