changeset 7512:72a795d4b143

[gaim-migrate @ 8125] Updatinate the documentation. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Fri, 14 Nov 2003 18:10:04 +0000
parents a899742289c2
children e804d727867f
files doc/conversation-signals.dox
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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