Mercurial > pidgin
changeset 9483:a226202bcae8
[gaim-migrate @ 10308]
[23:29] <grim> who wants a doxygen patch in a second?
committer: Tailor Script <tailor@pidgin.im>
author | Tim Ringenbach <marv@pidgin.im> |
---|---|
date | Thu, 08 Jul 2004 04:39:16 +0000 |
parents | b917acdc982f |
children | 4ecff68380ea |
files | doc/conversation-signals.dox |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/doc/conversation-signals.dox Thu Jul 08 04:07:23 2004 +0000 +++ b/doc/conversation-signals.dox Thu Jul 08 04:39:16 2004 +0000 @@ -406,13 +406,13 @@ @signaldef chat-invited @signalproto void (*chat_invited)(GaimAccount *account, const char *inviter, - const char *invite, const char *invite_message); + const char *chat, const char *invite_message); @endsignalproto @signaldesc Emitted when an account was invited to a chat. @param account The account being invited. @param inviter The username of the person inviting the account. - @param invitee The username of the account being invited. + @param chat The name of the chat your being invited to. @param invite_message The optional invite message. @endsignaldef