view doc/gtkaccount-signals.dox @ 16844:a26545a6409e

merge of 'ca195759088f27094497f24bfba6f5c070ad1800' and 'cbc6c1d87d869287c65bf9b2340a73f904fa885f'
author Evan Schoenberg <evan.s@dreskin.net>
date Thu, 03 May 2007 19:13:08 +0000
parents 8cf53d7a0887
children e0613cf8c493
line wrap: on
line source

/** @page gtkaccount-signals GtkAccount Signals

 @signals
  @signal account-modified
 @endsignals

 <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 tw=75 et