comparison src/conversation.h @ 6585:f30579b25253

[gaim-migrate @ 7107] More ugly red line fixes. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Sat, 23 Aug 2003 22:00:12 +0000
parents e5e8d21bd4d8
children 943b03bcecf5
comparison
equal deleted inserted replaced
6584:6deef41364bd 6585:f30579b25253
310 */ 310 */
311 void gaim_window_raise(GaimWindow *win); 311 void gaim_window_raise(GaimWindow *win);
312 312
313 /** 313 /**
314 * Causes the window to flash for IM notification, if the UI supports this. 314 * Causes the window to flash for IM notification, if the UI supports this.
315 * 315 *
316 * @param win The window. 316 * @param win The window.
317 */ 317 */
318 void gaim_window_flash(GaimWindow *win); 318 void gaim_window_flash(GaimWindow *win);
319 319
320 /** 320 /**
459 * user's end. 459 * user's end.
460 * @param name The name of the conversation. 460 * @param name The name of the conversation.
461 * 461 *
462 * @return The new conversation. 462 * @return The new conversation.
463 */ 463 */
464 GaimConversation *gaim_conversation_new(GaimConversationType type, 464 GaimConversation *gaim_conversation_new(GaimConversationType type,
465 GaimAccount *account, 465 GaimAccount *account,
466 const char *name); 466 const char *name);
467 467
468 /** 468 /**
469 * Destroys the specified conversation and removes it from the parent 469 * Destroys the specified conversation and removes it from the parent
494 void gaim_conversation_set_ui_ops(GaimConversation *conv, 494 void gaim_conversation_set_ui_ops(GaimConversation *conv,
495 GaimConversationUiOps *ops); 495 GaimConversationUiOps *ops);
496 496
497 /** 497 /**
498 * Returns the specified conversation's UI operations structure. 498 * Returns the specified conversation's UI operations structure.
499 * 499 *
500 * @param conv The conversation. 500 * @param conv The conversation.
501 * 501 *
502 * @return The operations structure. 502 * @return The operations structure.
503 */ 503 */
504 GaimConversationUiOps *gaim_conversation_get_ui_ops( 504 GaimConversationUiOps *gaim_conversation_get_ui_ops(
677 677
678 #define GAIM_CHAT(c) (gaim_conversation_get_chat_data(c)) 678 #define GAIM_CHAT(c) (gaim_conversation_get_chat_data(c))
679 679
680 /** 680 /**
681 * Sets extra data for a conversation. 681 * Sets extra data for a conversation.
682 * 682 *
683 * @param conv The conversation. 683 * @param conv The conversation.
684 * @param key The unique key. 684 * @param key The unique key.
685 * @param data The data to assign. 685 * @param data The data to assign.
686 */ 686 */
687 void gaim_conversation_set_data(GaimConversation *conv, const char *key, 687 void gaim_conversation_set_data(GaimConversation *conv, const char *key,