comparison libpurple/conversation.h @ 19705:7ea794e7cec3

Keep the message history in PurpleConversation.
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Mon, 10 Sep 2007 17:08:36 +0000
parents f3e0b1221765
children 6bf32c9e15a7
comparison
equal deleted inserted replaced
19704:892a99da5c5f 19705:7ea794e7cec3
325 void *ui_data; /**< UI-specific data. */ 325 void *ui_data; /**< UI-specific data. */
326 326
327 GHashTable *data; /**< Plugin-specific data. */ 327 GHashTable *data; /**< Plugin-specific data. */
328 328
329 PurpleConnectionFlags features; /**< The supported features */ 329 PurpleConnectionFlags features; /**< The supported features */
330 330 GList *message_history; /**< Message history, as a GList of PurpleConvMessage's */
331 }; 331 };
332 332
333 #ifdef __cplusplus 333 #ifdef __cplusplus
334 extern "C" { 334 extern "C" {
335 #endif 335 #endif