view doc/core-signals.dox @ 21144:aa3933394eec

Update the AUTHORS file to sync it with the about dialog. Someone still needs to give the same attention to docs/pidgin.1.in
author Kevin Stange <kevin@simguy.net>
date Mon, 05 Nov 2007 02:41:50 +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