31#include <gntmenuitem.h>
36#define FINCH_CONV(conv) ((FinchConv *)(conv)->ui_data)
49 FINCH_CONV_NO_SOUND = 1 << 0,
50} FinchConversationFlag;
62 FinchConversationFlag flags;
81 void *something_for_later;
void finch_conversation_set_info_widget(PurpleConversation *conv, GntWidget *widget)
Sets the information widget for the conversation window.
PurpleConversationUiOps * finch_conv_get_ui_ops(void)
Get the ui-functions.
void finch_conversation_uninit(void)
Perform the necessary uninitializations.
void finch_conversation_init(void)
Perform the necessary initializations.
void finch_conversation_set_active(PurpleConversation *conv)
Set a conversation as active in a contactized conversation.
Conversation operations and events.
A core representation of a conversation between two or more people.