view doc/core-signals.dox @ 27736:eb54b1f7034b

Apparently the .PHONY bits are important for the revision reported in win32 builds to be accurate. it's a good thing I didn't test this before.
author Stu Tomlinson <stu@nosnilmot.com>
date Thu, 30 Jul 2009 03:47:23 +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