# HG changeset patch # User Christian Hammond # Date 1068833404 0 # Node ID 72a795d4b143d53369825fb68540343e4e670463 # Parent a899742289c2038d9068d6e3b770a128a82a85c1 [gaim-migrate @ 8125] Updatinate the documentation. committer: Tailor Script diff -r a899742289c2 -r 72a795d4b143 doc/conversation-signals.dox --- a/doc/conversation-signals.dox Fri Nov 14 18:09:31 2003 +0000 +++ b/doc/conversation-signals.dox Fri Nov 14 18:10:04 2003 +0000 @@ -157,7 +157,7 @@ @signaldef received-chat-msg @signalproto gboolean (*received_chat_msg)(GaimAccount *account, char **sender, - char **message, int id); + char **message, GaimConversation *conv); @endsignalproto @signaldesc Emitted when a chat message is received. The callback can replace the @@ -170,7 +170,7 @@ @param account The account the message was received on. @param sender A pointer to the username of the sender. @param message A pointer to the message that was sent. - @param id The ID of the chat. + @param conv The chat conversation. @endsignaldef @signaldef conversation-switching