comparison doc/conversation-signals.dox @ 29768:e68d6c7990c1

Added signal definitions for the new signals.
author Marcus Lundblad <ml@update.uu.se>
date Tue, 20 Apr 2010 21:17:12 +0000
parents 86b697817eee
children a9e077fb65e9
comparison
equal deleted inserted replaced
29767:86b697817eee 29768:e68d6c7990c1
33 @signal chat-left 33 @signal chat-left
34 @signal chat-topic-changed 34 @signal chat-topic-changed
35 @signal conversation-extended-menu 35 @signal conversation-extended-menu
36 @signal sent-attention 36 @signal sent-attention
37 @signal got-attention 37 @signal got-attention
38 @signal buddy-caps-changed
39 @signal ui-caps-changed
40 @endsignals 38 @endsignals
41 39
42 @see conversation.h 40 @see conversation.h
43 41
44 @signaldef writing-im-msg 42 @signaldef writing-im-msg
478 conversation. 476 conversation.
479 @param conv The conversation. 477 @param conv The conversation.
480 @param list A pointer to the list of actions. 478 @param list A pointer to the list of actions.
481 @since 2.1.0 479 @since 2.1.0
482 @endsignaldef 480 @endsignaldef
481
482 @signaldef sent-attention
483 @signalproto
484 void (*got_attention)(PurpleAccount *account, const char *who,
485 PurpleConversation *conv, guint type)
486 @endsignalproto
487 @signaldesc
488 Emitted when receiving an attention message (buzz, nudge, etc.).
489 @param account The account
490 @param who The name of the person receiving the attention
491 @param conv The conversation
492 @param type The attention type (an index starting at 0)
493 @since 2.7.0
494 @endsignaldef
495
496 @signaldef got-attention
497 @signalproto
498 void (*got_attention)(PurpleAccount *account, const char *who,
499 PurpleConversation *conv, guint type)
500 @endsignalproto
501 @signaldesc
502 Emitted when receiving an attention message (buzz, nudge, etc.).
503 @param account The account
504 @param who The name of the person sending the attention
505 @param conv The conversation
506 @param type The attention type (an index starting at 0)
507 @since 2.7.0
508 @endsignaldef
483 */ 509 */
484 // vim: syntax=c.doxygen tw=75 et 510 // vim: syntax=c.doxygen tw=75 et