view doc/gtkaccount-signals.dox @ 15685:f99e06ae143e

merge of '29edb52ee278b20f6e1569192934bd2f83482536' and '8cf2cdc881f4a61b4c926ece09b604053f37351f'
author Ethan Blanton <elb@pidgin.im>
date Fri, 23 Feb 2007 16:26:47 +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