view doc/gtkaccount-signals.dox @ 12654:ccd0fa854471

[gaim-migrate @ 14997] sf bug #1388007, "buddy is typing even after he signed off" If a remote buddy signs off while they were typing you a message, give the conversation API the "typing-stopped" signal. This got lost in the status changes. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Sun, 25 Dec 2005 05:34:43 +0000
parents 5bc3d67ceb24
children 8cf53d7a0887
line wrap: on
line source

/** @page gtkaccount-signals GtkAccount Signals

 @signals
  @signal account-modified
 @endsignals

 <hr>

 @signaldef account-modified
  @signalproto
void (*account-modified)(GaimAccount *account);
  @endsignalproto
  @signaldesc
   Emitted when the settings for an account have been changed and saved.
  @param account The account that has been modified.
 @endsignaldef
*/
// vim: syntax=c tw=75 et