view doc/gtkaccount-signals.dox @ 32743:8404c5b75e99

propagate from branch 'im.pidgin.pidgin.2.x.y' (head 09d2e29b6ff4dcc675099f74645ca2eb119ad6b5) to branch 'im.pidgin.pidgin' (head 607e111e6c0089eb2b27a1046427c3688ee4424b)
author Mark Doliner <mark@kingant.net>
date Sat, 10 Mar 2012 05:27:17 +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