view doc/gtkaccount-signals.dox @ 13549:cef825f41d56

[gaim-migrate @ 15926] Kevin suggested this on gaim-devel: 'I would suggest changing "_Only when someone says your nick" in the message notification plugin to a more standard terminology for your own name or screen name or nickname. "Nick" is an IRC abbreviation which may be less clear. Kevin' committer: Tailor Script <tailor@pidgin.im>
author Richard Laager <rlaager@wiktel.com>
date Wed, 22 Mar 2006 06:56:41 +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