|
pidgin 2.15.0dev
|
A core representation of a conversation between two or more people. More...
#include <conversation.h>

Data Fields | ||
| PurpleConversationType | type | |
| The type of conversation. | ||
| PurpleAccount * | account | |
| The user using this conversation. | ||
| char * | name | |
| The name of the conversation. | ||
| char * | title | |
| The window title. | ||
| gboolean | logging | |
| The status of logging. | ||
| GList * | logs | |
| This conversation's logs | ||
| union { | ||
| PurpleConvIm * im | ||
| IM-specific data. More... | ||
| PurpleConvChat * chat | ||
| Chat-specific data. More... | ||
| void * misc | ||
| Misc. More... | ||
| } | u | |
| PurpleConversationUiOps * | ui_ops | |
| UI-specific operations. | ||
| void * | ui_data | |
| UI-specific data. | ||
| GHashTable * | data | |
| Plugin-specific data. | ||
| PurpleConnectionFlags | features | |
| The supported features. | ||
| GList * | message_history | |
| Message history, as a GList of PurpleConvMessage's. | ||
A core representation of a conversation between two or more people.
The conversation can be an IM or a chat.
Definition at line 338 of file conversation.h.
| PurpleAccount* _PurpleConversation::account |
| PurpleConvChat* _PurpleConversation::chat |
| GHashTable* _PurpleConversation::data |
| PurpleConnectionFlags _PurpleConversation::features |
The supported features.
Definition at line 365 of file conversation.h.
| PurpleConvIm* _PurpleConversation::im |
| gboolean _PurpleConversation::logging |
| GList* _PurpleConversation::logs |
This conversation's logs
Definition at line 350 of file conversation.h.
| GList* _PurpleConversation::message_history |
Message history, as a GList of PurpleConvMessage's.
Definition at line 366 of file conversation.h.
| void* _PurpleConversation::misc |
| char* _PurpleConversation::name |
| char* _PurpleConversation::title |
| PurpleConversationType _PurpleConversation::type |
| void* _PurpleConversation::ui_data |
| PurpleConversationUiOps* _PurpleConversation::ui_ops |
UI-specific operations.
Definition at line 360 of file conversation.h.