view doc/core-signals.dox @ 20154:df24e0153753

Try to sync up the change log. It would be helpful for people to remember to update it. :P
author Kevin Stange <kevin@simguy.net>
date Tue, 18 Sep 2007 05:18:29 +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