view doc/core-signals.dox @ 21195:239cb5c2297b

I think we're doing the proper checks now, so remove a TODO. If this is wrong, we'll fix it later.
author Richard Laager <rlaager@wiktel.com>
date Sun, 07 Oct 2007 14:58:23 +0000
parents 1414e0e01dc5
children e0613cf8c493
line wrap: on
line source

/** @page core-signals Core Signals

 @signals
  @signal quitting
 @endsignals

 <hr>

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

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