Mercurial > pidgin
changeset 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 | 58b8e87ad657 |
children | 2871c385c45a |
files | doc/conversation-signals.dox |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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.