comparison src/conversation.h @ 11003:2b772e7094ef

[gaim-migrate @ 12858] Kevin Stange made this patch to remove the win32 flashing from the gaim core and put it the winprefs plugin. He also cleaned up the winprefs plugin quite a bit. Blame him if it doesn't work ;) committer: Tailor Script <tailor@pidgin.im>
author Daniel Atallah <daniel.atallah@gmail.com>
date Sat, 11 Jun 2005 23:29:56 +0000
parents c203cd637f95
children 11e465b55fe6
comparison
equal deleted inserted replaced
11002:bf03a5271395 11003:2b772e7094ef
158 void (*destroy_window)(GaimConvWindow *win); 158 void (*destroy_window)(GaimConvWindow *win);
159 159
160 void (*show)(GaimConvWindow *win); 160 void (*show)(GaimConvWindow *win);
161 void (*hide)(GaimConvWindow *win); 161 void (*hide)(GaimConvWindow *win);
162 void (*raise)(GaimConvWindow *win); 162 void (*raise)(GaimConvWindow *win);
163 void (*flash)(GaimConvWindow *win);
164 163
165 void (*switch_conversation)(GaimConvWindow *win, GaimConversation *conv); 164 void (*switch_conversation)(GaimConvWindow *win, GaimConversation *conv);
166 void (*add_conversation)(GaimConvWindow *win, GaimConversation *conv); 165 void (*add_conversation)(GaimConvWindow *win, GaimConversation *conv);
167 void (*remove_conversation)(GaimConvWindow *win, GaimConversation *conv); 166 void (*remove_conversation)(GaimConvWindow *win, GaimConversation *conv);
168 167
359 * @param win The window. 358 * @param win The window.
360 */ 359 */
361 void gaim_conv_window_raise(GaimConvWindow *win); 360 void gaim_conv_window_raise(GaimConvWindow *win);
362 361
363 /** 362 /**
364 * Causes the window to flash for IM notification, if the UI supports this.
365 *
366 * @param win The window.
367 */
368 void gaim_conv_window_flash(GaimConvWindow *win);
369
370 /**
371 * Sets the specified window's UI window operations structure. 363 * Sets the specified window's UI window operations structure.
372 * 364 *
373 * @param win The window. 365 * @param win The window.
374 * @param ops The UI window operations structure. 366 * @param ops The UI window operations structure.
375 */ 367 */