| 203 * @name GTK+ Conversation API |
203 * @name GTK+ Conversation API |
| 204 **************************************************************************/ |
204 **************************************************************************/ |
| 205 /*@{*/ |
205 /*@{*/ |
| 206 |
206 |
| 207 /** |
207 /** |
| 208 * Returns the UI operations structure for GTK windows. |
208 * Returns the UI operations structure for GTK+ windows. |
| 209 * |
209 * |
| 210 * @return The GTK window operations structure. |
210 * @return The GTK+ window operations structure. |
| 211 */ |
211 */ |
| 212 GaimConvWindowUiOps *gaim_gtk_conversations_get_win_ui_ops(void); |
212 GaimConvWindowUiOps *gaim_gtk_conversations_get_win_ui_ops(void); |
| 213 |
213 |
| 214 /** |
214 /** |
| 215 * Returns the UI operations structure for GTK conversations. |
215 * Returns the UI operations structure for GTK+ conversations. |
| 216 * |
216 * |
| 217 * @return The GTK conversation operations structure. |
217 * @return The GTK+ conversation operations structure. |
| 218 */ |
218 */ |
| 219 GaimConversationUiOps *gaim_gtk_conversations_get_conv_ui_ops(void); |
219 GaimConversationUiOps *gaim_gtk_conversations_get_conv_ui_ops(void); |
| 220 |
220 |
| 221 /** |
221 /** |
| 222 * Updates the buddy icon on a conversation. |
222 * Updates the buddy icon on a conversation. |