view doc/core-signals.dox @ 27096:65a79c501f58

The FT table needs to have one more row to be correct, though it seems to work without for whatever reason. References #9329.
author Elliott Sales de Andrade <qulogic@pidgin.im>
date Thu, 11 Jun 2009 01:13:35 +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