# HG changeset patch # User Etan Reisner # Date 1139768547 0 # Node ID a2ccce52ab3d9af4251906de235ebb6d0f796096 # Parent 58b8e87ad65767e3e37816711d970fcaa83aaa34 [gaim-migrate @ 15617] I think this is the correct type for the flags here. committer: Tailor Script diff -r 58b8e87ad657 -r a2ccce52ab3d doc/conversation-signals.dox --- a/doc/conversation-signals.dox Sun Feb 12 18:21:58 2006 +0000 +++ b/doc/conversation-signals.dox Sun Feb 12 18:22:27 2006 +0000 @@ -211,7 +211,7 @@ @signaldef received-chat-msg @signalproto void (*received_chat_msg)(GaimAccount *account, char *sender, char *message, - GaimConversation *conv, int flags); + GaimConversation *conv, GaimMessageFlags flags); @endsignalproto @signaldesc Emitted after a chat message is received.