view doc/gtkaccount-signals.dox @ 23150:e2d28391d3fc

Make group names case insensitive, which is the case in the official MSN, Yahoo and AIM clients. This should fix a number of bugs related to deleting groups. I am committing this in .next.minor hoping it gives us enough time to find any bugs this may cause. Fixes #4554, #3342, #4900.
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Tue, 13 May 2008 02:48:08 +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