| 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); |