doc/conversation-signals.dox

changeset 7512
4b43dc5a09cf
parent 6838
b6061dc100cf
child 8078
e8e087085339
--- 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

mercurial