src/conversation.h

changeset 6585
8fcd3639e544
parent 6488
6a47a95e4dbb
child 6605
665d3a8e885c
--- 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.

mercurial