view doc/core-signals.dox @ 27488:cd390b71b9ff

This seems to work better on Windows, what with the spaces in the path and the backslashes.
author Etan Reisner <pidgin@unreliablesource.net>
date Tue, 07 Jul 2009 15:42:04 +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