view doc/gtkaccount-signals.dox @ 11071:e6b4badef34d

[gaim-migrate @ 13072] (15:40:40) Sean Egan: By the way, I no longer like my logs populate list of screennames idea :-P I changed this so that screen names from logs only populate the View User Log dialog. That way, you can still easily access all your logs. committer: Tailor Script <tailor@pidgin.im>
author Richard Laager <rlaager@wiktel.com>
date Fri, 08 Jul 2005 06:47:24 +0000
parents 93211b7538d6
children 5bc3d67ceb24
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
*/