view doc/gtkaccount-signals.dox @ 26806:9b7b8ee25af4

merge of '654444067285909ecd842c1a5b06f16f773abe49' and 'ad057b7532610edb11caffebfa98068b6239d787'
author Ka-Hing Cheung <khc@hxbc.us>
date Sun, 03 May 2009 17:59:12 +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