GNT Conversation API.
More...
#include <gnt.h>
#include <gntwidget.h>
#include <gntmenuitem.h>
#include "conversation.h"
Go to the source code of this file.
|
enum | FinchConversationFlag { FINCH_CONV_NO_SOUND = 1 << 0
} |
|
GNT Conversation API.
Definition in file gntconv.h.
◆ FINCH_CONV
#define FINCH_CONV |
( |
|
conv | ) |
((FinchConv *)(conv)->ui_data) |
◆ FinchConv
◆ FinchConvChat
◆ FinchConvIm
◆ FinchConversationFlag
enum FinchConversationFlag |
◆ finch_conv_get_ui_ops()
Get the ui-functions.
- Returns
- The PurpleConversationUiOps populated with the appropriate functions.
◆ finch_conversation_set_active()
Set a conversation as active in a contactized conversation.
- Parameters
-
conv | The conversation to make active. |
◆ finch_conversation_set_info_widget()
Sets the information widget for the conversation window.
- Parameters
-
conv | The conversation. |
widget | The widget containing the information. If NULL , the current information widget is removed. |