diff 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
line wrap: on
line diff
--- a/src/conversation.h	Sat Aug 23 21:57:12 2003 +0000
+++ b/src/conversation.h	Sat Aug 23 22:00:12 2003 +0000
@@ -312,7 +312,7 @@
 
 /**
  * Causes the window to flash for IM notification, if the UI supports this.
- * 
+ *
  * @param win The window.
  */
 void gaim_window_flash(GaimWindow *win);
@@ -461,7 +461,7 @@
  *
  * @return The new conversation.
  */
-GaimConversation *gaim_conversation_new(GaimConversationType type, 
+GaimConversation *gaim_conversation_new(GaimConversationType type,
 										GaimAccount *account,
 										const char *name);
 
@@ -496,7 +496,7 @@
 
 /**
  * Returns the specified conversation's UI operations structure.
- * 
+ *
  * @param conv The conversation.
  *
  * @return The operations structure.
@@ -679,7 +679,7 @@
 
 /**
  * Sets extra data for a conversation.
- * 
+ *
  * @param conv The conversation.
  * @param key  The unique key.
  * @param data The data to assign.