view doc/gtkaccount-signals.dox @ 15857:3d83556f45bf

merge of '508b969eb6b11cc64db8eb5e17f1699479731ef3' and '670a1a294072c2862a704418c256bd6b71e6be23'
author Luke Schierer <lschiere@pidgin.im>
date Tue, 20 Mar 2007 15:28:29 +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