view doc/core-signals.dox @ 25826:af2b883df9a3

Wait until receiving the roster to tell the core we're logged in References #8385 (hopefully, this cures it, but I'm not sure).
author Paul Aurich <paul@darkrain42.org>
date Tue, 10 Feb 2009 04:43:50 +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