view doc/gtkaccount-signals.dox @ 17208:c6c9f8a6dd9c

propagate from branch 'im.pidgin.pidgin' (head b917cc2cf9c46c7163ad3345b312dac1eea896cf) to branch 'org.maemo.garage.pidgin.pidgin.aop_menu' (head 87fe754f90bef1c1fbd8a48c351e97df6d1abe45)
author Gabriel Schulhof <nix@go-nix.ca>
date Sun, 20 May 2007 20:59:16 +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