pidgin 2.14.14dev
_PurpleChat Struct Reference

A chat. More...

#include <blist.h>

Collaboration diagram for _PurpleChat:
Collaboration graph

Data Fields

PurpleBlistNode node
 The node that this chat inherits from. More...
 
char * alias
 The display name of this chat. More...
 
GHashTable * components
 the stuff the protocol needs to know to join the chat More...
 
PurpleAccountaccount
 The account this chat is attached to. More...
 

Detailed Description

A chat.

This contains everything Purple needs to put a chat room in the buddy list.

Definition at line 181 of file blist.h.

Field Documentation

◆ account

PurpleAccount* _PurpleChat::account

The account this chat is attached to.

Definition at line 185 of file blist.h.

◆ alias

char* _PurpleChat::alias

The display name of this chat.

Definition at line 183 of file blist.h.

◆ components

GHashTable* _PurpleChat::components

the stuff the protocol needs to know to join the chat

Definition at line 184 of file blist.h.

◆ node

PurpleBlistNode _PurpleChat::node

The node that this chat inherits from.

Definition at line 182 of file blist.h.


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