comparison 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
comparison
equal deleted inserted replaced
9513:ac94e3f5ac8a 9514:1fac0336890c
404 @endsignaldef 404 @endsignaldef
405 405
406 @signaldef chat-invited 406 @signaldef chat-invited
407 @signalproto 407 @signalproto
408 void (*chat_invited)(GaimAccount *account, const char *inviter, 408 void (*chat_invited)(GaimAccount *account, const char *inviter,
409 const char *chat, const char *invite_message); 409 const char *chat, const char *invite_message
410 const GHastTable *components);
410 @endsignalproto 411 @endsignalproto
411 @signaldesc 412 @signaldesc
412 Emitted when an account was invited to a chat. 413 Emitted when an account was invited to a chat.
413 @param account The account being invited. 414 @param account The account being invited.
414 @param inviter The username of the person inviting the account. 415 @param inviter The username of the person inviting the account.
415 @param chat The name of the chat you're being invited to. 416 @param chat The name of the chat you're being invited to.
416 @param invite_message The optional invite message. 417 @param invite_message The optional invite message.
418 @param components The components necessary if you want to call
419 serv_join_chat
417 @endsignaldef 420 @endsignaldef
418 421
419 @signaldef chat-joined 422 @signaldef chat-joined
420 @signalproto 423 @signalproto
421 void (*chat_joined)(GaimConversation *conv); 424 void (*chat_joined)(GaimConversation *conv);