comparison doc/conversation-signals.dox @ 13251:a2ccce52ab3d

[gaim-migrate @ 15617] I think this is the correct type for the flags here. committer: Tailor Script <tailor@pidgin.im>
author Etan Reisner <pidgin@unreliablesource.net>
date Sun, 12 Feb 2006 18:22:27 +0000
parents f09c6e8df82c
children 8cf53d7a0887
comparison
equal deleted inserted replaced
13250:58b8e87ad657 13251:a2ccce52ab3d
209 @endsignaldef 209 @endsignaldef
210 210
211 @signaldef received-chat-msg 211 @signaldef received-chat-msg
212 @signalproto 212 @signalproto
213 void (*received_chat_msg)(GaimAccount *account, char *sender, char *message, 213 void (*received_chat_msg)(GaimAccount *account, char *sender, char *message,
214 GaimConversation *conv, int flags); 214 GaimConversation *conv, GaimMessageFlags flags);
215 @endsignalproto 215 @endsignalproto
216 @signaldesc 216 @signaldesc
217 Emitted after a chat message is received. 217 Emitted after a chat message is received.
218 @param account The account the message was received on. 218 @param account The account the message was received on.
219 @param sender The username of the sender. 219 @param sender The username of the sender.