_PurpleConvChat Struct Reference

Data specific to Chats. More...

#include <conversation.h>


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 269 of file conversation.h.


Field Documentation

The parent conversation.

Definition at line 271 of file conversation.h.

The chat ID.

Definition at line 277 of file conversation.h.

Ignored users.

Definition at line 274 of file conversation.h.

The users in the room.

Definition at line 273 of file conversation.h.

Your nick in this chat.

Definition at line 278 of file conversation.h.

The topic.

Definition at line 276 of file conversation.h.

The person who set the topic.

Definition at line 275 of file conversation.h.


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