view doc/core-signals.dox @ 27991:2253903841a6

Make the blurb about support even more verbose and explicit on what we will not support.
author John Bailey <rekkanoryo@rekkanoryo.org>
date Mon, 17 Aug 2009 15:56:16 +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