view doc/gtkaccount-signals.dox @ 15278:00fbd797dc29

[gaim-migrate @ 18068] This guy sent us an email on December 25th, 2006 and said he contributed some stuff for getting libgaim to be portable between Unix and Windows. Adam corroborated that, but we're not sure if the stuff he contributed is still around, or if it's been rewritten, etc. So I'm going to add his name in, just in case. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Wed, 03 Jan 2007 19:43:33 +0000
parents 5bc3d67ceb24
children 8cf53d7a0887
line wrap: on
line source

/** @page gtkaccount-signals GtkAccount Signals

 @signals
  @signal account-modified
 @endsignals

 <hr>

 @signaldef account-modified
  @signalproto
void (*account-modified)(GaimAccount *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