view doc/gtkaccount-signals.dox @ 21068:461d6654aca1

merge of '368bfef2ab575a899876b7b246223bac8b53c290' and '9f2e0be2b91112e99baa40160913b63794df625f'
author Etan Reisner <pidgin@unreliablesource.net>
date Thu, 18 Oct 2007 02:19:30 +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