view doc/gtkaccount-signals.dox @ 13362:f33077f19b60

[gaim-migrate @ 15735] TZ abbreviation mapping: - Change a couple NULL returns to the empty string, so things don't blow up. - Cache the lookup value for a standard comparison. By copying the value to the front of the array, we'll save a lot of unnecessary string comparisons. - Add newlines to the end of all the debug statements - Disable the debugging statements for normal cases, as this code is pretty solid I'd love it if someone running Windows could verify their newly created log files still have a TZ abbreviation in the name after these changes. committer: Tailor Script <tailor@pidgin.im>
author Richard Laager <rlaager@wiktel.com>
date Wed, 01 Mar 2006 06:57:54 +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