view doc/gtkaccount-signals.dox @ 25970:ebd63c4f9405

merge of 'be2cd9a5fc757e3ed024c6c2df60547fc162587e' and 'fa6727399704e6c9acbf974a052a303ae7a453c1'
author Marcus Lundblad <ml@update.uu.se>
date Wed, 04 Feb 2009 08:28:14 +0000
parents e0613cf8c493
children
line wrap: on
line source

/** @page gtkaccount-signals GtkAccount Signals

 @signals
  @signal account-modified
 @endsignals

 @see gtkaccount.h

 <hr>

 @signaldef account-modified
  @signalproto
void (*account-modified)(PurpleAccount *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.doxygen tw=75 et