view doc/gtkaccount-signals.dox @ 24770:512c7c31eb21

Set the display name before marking the connection as "connected." This might help some UIs that only look at the display name when the prpl sets itself to online *coughmeebocough* This is a good time to point out that we don't have a signal when the display name is set, so the UI has no way to update itself. Maybe something we can take care of with gobjectification
author Mark Doliner <mark@kingant.net>
date Tue, 16 Dec 2008 04:13:14 +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