doc/conversation-signals.dox

changeset 11707
a2c8dd795e3b
parent 11474
759ad9f18c13
child 12053
5aa634db0fc1
--- a/doc/conversation-signals.dox	Fri Oct 21 19:03:51 2005 +0000
+++ b/doc/conversation-signals.dox	Fri Oct 21 19:03:51 2005 +0000
@@ -317,20 +317,22 @@
 
  @signaldef buddy-typing
   @signalproto
-void (*buddy_typing)(GaimConversation *conv);
+void (*buddy_typing)(GaimAccount *account, const char *name);
   @endsignalproto
   @signaldesc
    Emitted when a buddy starts typing in a conversation window.
-  @param conv The IM conversation a buddy is typing in.
+  @param account The account of the user which is typing.
+  @param name    The name of the user which is typing.
  @endsignaldef
 
  @signaldef buddy-typing-stopped
   @signalproto
-void (*buddy_typing)(GaimConversation *conv);
+void (*buddy_typing_stopped)(GaimAccount *account, const char *name);
   @endsignalproto
   @signaldesc
    Emitted when a buddy stops typing in a conversation window.
-  @param conv The IM conversation a buddy is typing in.
+  @param account The account of the user which stopped typing.
+  @param name    The name of the user which stopped typing.
  @endsignaldef
 
  @signaldef chat-buddy-joining

mercurial