view doc/core-signals.dox @ 26958:c41698323c2f

No, I had that right the first time; if it's not our account, then there *is* a from and we need to route the IQ to the proper place.
author Paul Aurich <paul@darkrain42.org>
date Wed, 27 May 2009 03:50:33 +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