view doc/core-signals.dox @ 25768:dbba20fb7c39

Make the IBB-handling code in si.c "steal" the dest_fp from PurpleXfer in the same manner as is done the MSN prpl. This saves having to open the same file twice and risking a duplicate fclose.
author Marcus Lundblad <ml@update.uu.se>
date Wed, 14 Jan 2009 18:42:17 +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