view doc/core-signals.dox @ 20368:0b1188980636

referenes #3638 there was a parse error that I think I've fixed appropriately.
author Luke Schierer <lschiere@pidgin.im>
date Mon, 22 Oct 2007 20:48:24 +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