diff doc/conversation-signals.dox @ 9514:1fac0336890c

[gaim-migrate @ 10341] Gary Kramlich writes: " This patch modifies the chat-invited signal to also give out the GHashTable of the chat components so a call back can successful join a chat when the signal is emited." committer: Tailor Script <tailor@pidgin.im>
author Luke Schierer <lschiere@pidgin.im>
date Mon, 12 Jul 2004 02:40:12 +0000
parents 4ecff68380ea
children 0524b36c701a
line wrap: on
line diff
--- a/doc/conversation-signals.dox	Sun Jul 11 21:47:10 2004 +0000
+++ b/doc/conversation-signals.dox	Mon Jul 12 02:40:12 2004 +0000
@@ -406,7 +406,8 @@
  @signaldef chat-invited
   @signalproto
 void (*chat_invited)(GaimAccount *account, const char *inviter,
-                     const char *chat, const char *invite_message);
+                     const char *chat, const char *invite_message
+                     const GHastTable *components);
   @endsignalproto
   @signaldesc
    Emitted when an account was invited to a chat.
@@ -414,6 +415,8 @@
   @param inviter        The username of the person inviting the account.
   @param chat           The name of the chat you're being invited to.
   @param invite_message The optional invite message.
+  @param components     The components necessary if you want to call 
+                        serv_join_chat
  @endsignaldef
 
  @signaldef chat-joined