view doc/core-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 4179ab2cfe1f
line wrap: on
line source

/** @page core-signals Core Signals

 @signals
  @signal quitting
 @endsignals

 @see core.h

 <hr>

 @signaldef quitting
  @signalproto
void (*quitting)();
  @endsignalproto
  @signaldesc
   Emitted when libpurple is quitting.
 @endsignaldef

 */
// vim: syntax=c.doxygen tw=75 et