view doc/gtkaccount-signals.dox @ 14439:300946b0f4a2

[gaim-migrate @ 17153] Let's not even bother creating and assigning variables until we need them and when we're sure we won't crash when already trying to get them. committer: Tailor Script <tailor@pidgin.im>
author Gary Kramlich <grim@reaperworld.com>
date Mon, 04 Sep 2006 04:11:51 +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