diff 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
line wrap: on
line diff
--- a/doc/conversation-signals.dox	Tue Apr 20 19:39:30 2010 +0000
+++ b/doc/conversation-signals.dox	Tue Apr 20 21:17:12 2010 +0000
@@ -35,8 +35,6 @@
   @signal conversation-extended-menu
   @signal sent-attention
   @signal got-attention
-  @signal buddy-caps-changed
-  @signal ui-caps-changed
  @endsignals
 
  @see conversation.h
@@ -480,5 +478,33 @@
   @param list   A pointer to the list of actions.
   @since 2.1.0
  @endsignaldef
+
+ @signaldef sent-attention
+  @signalproto
+void (*got_attention)(PurpleAccount *account, const char *who, 
+	PurpleConversation *conv, guint type)
+  @endsignalproto
+  @signaldesc
+    Emitted when receiving an attention message (buzz, nudge, etc.).
+  @param account  The account
+  @param who      The name of the person receiving the attention
+  @param conv     The conversation
+  @param type     The attention type (an index starting at 0)
+  @since 2.7.0
+ @endsignaldef
+
+ @signaldef got-attention
+  @signalproto
+void (*got_attention)(PurpleAccount *account, const char *who, 
+	PurpleConversation *conv, guint type)
+  @endsignalproto
+  @signaldesc
+    Emitted when receiving an attention message (buzz, nudge, etc.).
+  @param account  The account
+  @param who      The name of the person sending the attention
+  @param conv     The conversation
+  @param type     The attention type (an index starting at 0)
+  @since 2.7.0
+ @endsignaldef
 */
 // vim: syntax=c.doxygen tw=75 et