# HG changeset patch # User Christian Hammond # Date 1061676012 0 # Node ID f30579b25253412bd9e4e4057e75c6beaaa3f201 # Parent 6deef41364bde6fc4c62ebc88de54315b5d36e61 [gaim-migrate @ 7107] More ugly red line fixes. committer: Tailor Script diff -r 6deef41364bd -r f30579b25253 src/conversation.h --- 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.