| 100 void finch_conversation_uninit(void); |
100 void finch_conversation_uninit(void); |
| 101 |
101 |
| 102 /** |
102 /** |
| 103 * Set a conversation as active in a contactized conversation |
103 * Set a conversation as active in a contactized conversation |
| 104 * |
104 * |
| 105 * @param conv The conversation to make active. |
105 * @conv: The conversation to make active. |
| 106 */ |
106 */ |
| 107 void finch_conversation_set_active(PurpleConversation *conv); |
107 void finch_conversation_set_active(PurpleConversation *conv); |
| 108 |
108 |
| 109 /** |
109 /** |
| 110 * Sets the information widget for the conversation window. |
110 * Sets the information widget for the conversation window. |
| 111 * |
111 * |
| 112 * @param conv The conversation. |
112 * @conv: The conversation. |
| 113 * @param widget The widget containing the information. If @c NULL, |
113 * @widget: The widget containing the information. If %NULL, |
| 114 * the current information widget is removed. |
114 * the current information widget is removed. |
| 115 */ |
115 */ |
| 116 void finch_conversation_set_info_widget(PurpleConversation *conv, GntWidget *widget); |
116 void finch_conversation_set_info_widget(PurpleConversation *conv, GntWidget *widget); |
| 117 |
117 |
| 118 /*@}*/ |
118 /*@}*/ |