comparison finch/gntconv.h @ 16168:cc5917d70dde

merge of '7c800719ac0b585a5b02eaeb188880c191d1da89' and '8be1fbdce101b63280239db93e1dac106cea6681'
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Sun, 15 Apr 2007 23:54:55 +0000
parents 8bb00667532f 7a2ffa981c1a
children 0f0832c13fcb
comparison
equal deleted inserted replaced
16167:aa6160248112 16168:cc5917d70dde
46 46
47 GntWidget *window; /* the container */ 47 GntWidget *window; /* the container */
48 GntWidget *entry; /* entry */ 48 GntWidget *entry; /* entry */
49 GntWidget *tv; /* text-view */ 49 GntWidget *tv; /* text-view */
50 GntWidget *menu; /* future use */ 50 GntWidget *menu; /* future use */
51 GntWidget *info;
51 52
52 union 53 union
53 { 54 {
54 FinchConvChat *chat; 55 FinchConvChat *chat;
55 FinchConvIm *im; 56 FinchConvIm *im;
88 * 89 *
89 * @param conv The conversation to make active. 90 * @param conv The conversation to make active.
90 */ 91 */
91 void finch_conversation_set_active(PurpleConversation *conv); 92 void finch_conversation_set_active(PurpleConversation *conv);
92 93
94 /**
95 * Sets the information widget for the conversation window.
96 *
97 * @param conv The conversation.
98 * @param widget The widget containing the information. If @c NULL,
99 * the current information widget is removed.
100 */
101 void finch_conversation_set_info_widget(PurpleConversation *conv, GntWidget *widget);
102
93 /*@}*/ 103 /*@}*/
94 104
95 #endif 105 #endif