view doc/gtkaccount-signals.dox @ 14849:7cf437793f16

[gaim-migrate @ 17618] "In 2.0.0b4 (as well as in trunk), my_MM.po claims itself to be encoded in iso-8859-1, but it is in fact encoded in utf-8. This is supported by the following: 1. Burmese is not encoded in iso-8859-1 2. If a suitable font is installed, opening the my_MM.po file as utf-8 actually causes Burmese characters to appear" --acli committer: Tailor Script <tailor@pidgin.im>
author Luke Schierer <lschiere@pidgin.im>
date Sun, 29 Oct 2006 14:51:20 +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