view doc/core-signals.dox @ 25914:97ae9f8b63ab

Use the shortcut in the error message to give people more context
author Mark Doliner <mark@kingant.net>
date Sun, 25 Jan 2009 23:23: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