view doc/gtkaccount-signals.dox @ 24017:ad88d875cdd8

merge of '60045dbace89be557466fc68978290d5fe8b491d' and 'b341289e9194564cc4f7250228a66b854c2ec3c5'
author Mark Doliner <mark@kingant.net>
date Wed, 10 Sep 2008 21:59:38 +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