src/gtkconv.h

changeset 10814
7e17cb56b019
parent 10810
076e608db319
child 10827
e87fea8e6914
equal deleted inserted replaced
10813:c0d0668ffa8c 10814:7e17cb56b019
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.

mercurial