view doc/gtkaccount-signals.dox @ 15771:2ed235b0f97e

merge of '01e79f9c7ec957a574f7f14ad3c02de473d744b9' and '999bc03286f1871ff88fb52b4915f642de62dcef'
author Nathan Walp <nwalp@pidgin.im>
date Sun, 04 Mar 2007 16:52:25 +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