Data Fields
_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.
GHashTable * users
 Hash table of the users in the room.

Detailed Description

Data specific to Chats.

Definition at line 270 of file conversation.h.


Field Documentation

The parent conversation.

   

Definition at line 272 of file conversation.h.

The chat ID.

               

Definition at line 280 of file conversation.h.

Ignored users.

             

Definition at line 277 of file conversation.h.

The users in the room.

Deprecated:
Will be removed in 3.0.0

Definition at line 274 of file conversation.h.

Your nick in this chat.

    

Definition at line 281 of file conversation.h.

The topic.

                 

Definition at line 279 of file conversation.h.

Hash table of the users in the room.

Since:
2.9.0

Definition at line 284 of file conversation.h.

The person who set the topic.

Definition at line 278 of file conversation.h.


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