| 82 * Since: 3.0.0 |
82 * Since: 3.0.0 |
| 83 */ |
83 */ |
| 84 PurpleConversation *pidgin_conversation_get_conversation(PidginConversation *conversation); |
84 PurpleConversation *pidgin_conversation_get_conversation(PidginConversation *conversation); |
| 85 |
85 |
| 86 /** |
86 /** |
| 87 * pidgin_conversation_write_message: |
|
| 88 * @conversation: The instance. |
|
| 89 * @message: The message to write. |
|
| 90 * |
|
| 91 * This is temporary until [class@Purple.Conversation] keeps track of its own |
|
| 92 * messages. |
|
| 93 * |
|
| 94 * Write @message to @conversation. This is only for display; if you need to |
|
| 95 * send a message you should use [method@Purple.Conversation.send]. |
|
| 96 * |
|
| 97 * Since: 3.0.0 |
|
| 98 */ |
|
| 99 void pidgin_conversation_write_message(PidginConversation *conversation, PurpleMessage *message); |
|
| 100 |
|
| 101 /** |
|
| 102 * pidgin_conversation_close: |
87 * pidgin_conversation_close: |
| 103 * @conversation: The instance. |
88 * @conversation: The instance. |
| 104 * |
89 * |
| 105 * Close @conversation. This only closes the user interface portion of the |
90 * Close @conversation. This only closes the user interface portion of the |
| 106 * conversation and the user may remain in the conversation if the protocol |
91 * conversation and the user may remain in the conversation if the protocol |