view doc/gtkaccount-signals.dox @ 32786:75e1758925bc

propagate from branch 'im.pidgin.pidgin.2.x.y' (head 2a8f5a999d371863f3387a4f18dd7f29e1ffa93b) to branch 'im.pidgin.pidgin' (head 123affca4df06e032179cd72ae752f2c1cffc222)
author Paul Aurich <paul@darkrain42.org>
date Sat, 22 Oct 2011 22:02:31 +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