view doc/gtkaccount-signals.dox @ 10059:79fafe47d919

[gaim-migrate @ 11027] " When using the radio_menu widgets and the "activate" signal is called, it is called for the old value and then the new value. In reading the callback code, I couldn't find a good reason that anything should be done with the previous account that was sending as (as it didn't seem to call any other signals, it just sets the active account). This patch makes it so that if the callback is called and the widget that initiated the signal is not active, the callback stops instead of spending the cycles to set up something that's going to be replaced in the next second anyway." --Dave West committer: Tailor Script <tailor@pidgin.im>
author Luke Schierer <lschiere@pidgin.im>
date Wed, 22 Sep 2004 11:54:29 +0000
parents 93211b7538d6
children 5bc3d67ceb24
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
*/