diff 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
line wrap: on
line diff
--- a/finch/gntconv.h	Sun Apr 15 23:53:36 2007 +0000
+++ b/finch/gntconv.h	Sun Apr 15 23:54:55 2007 +0000
@@ -48,6 +48,7 @@
 	GntWidget *entry;         /* entry */
 	GntWidget *tv;            /* text-view */
 	GntWidget *menu;          /* future use */
+	GntWidget *info;
 
 	union
 	{
@@ -90,6 +91,15 @@
  */
 void finch_conversation_set_active(PurpleConversation *conv);
 
+/**
+ * Sets the information widget for the conversation window.
+ *
+ * @param conv   The conversation.
+ * @param widget The widget containing the information. If @c NULL,
+ *               the current information widget is removed.
+ */
+void finch_conversation_set_info_widget(PurpleConversation *conv, GntWidget *widget);
+
 /*@}*/
 
 #endif