[gaim-migrate @ 15617]

Sun, 12 Feb 2006 18:22:27 +0000

author
Etan Reisner <deryni@pidgin.im>
date
Sun, 12 Feb 2006 18:22:27 +0000
changeset 13252
3e97de50c62b
parent 13251
09f11d21e225
child 13253
5ad8373f2d1e

[gaim-migrate @ 15617]
I think this is the correct type for the flags here.

doc/conversation-signals.dox file | annotate | diff | comparison | revisions
--- 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.

mercurial