view doc/gtkaccount-signals.dox @ 19353:af0e77c44667

MySpace added a new field, LastImageUpdated. Save it in MsimUser. Also, allow null session in msim_unrecognized, since sometimes the session is not conveniently available (such as in msim_store_user_info_each). Previously, LastImageUpdated was unrecognized and sent to msim_unrecognized with a null session, which was dereferenced and crashed. Fixed.
author Jeffrey Connelly <jaconnel@calpoly.edu>
date Fri, 24 Aug 2007 02:29:42 +0000
parents 8cf53d7a0887
children e0613cf8c493
line wrap: on
line source

/** @page gtkaccount-signals GtkAccount Signals

 @signals
  @signal account-modified
 @endsignals

 <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 tw=75 et