view doc/core-signals.dox @ 23181:40d3767fb1b9

Sync up the developer and CPW lists. This also sorts Sean Egan in with the rest of us, on the assumption that "Passing the baton" wasn't an April Fool's joke. Sean, perhaps you want to list yourself as "developer & former lead developer" instead of just "developer"? Mark, are you going by "maintainer" now?
author Richard Laager <rlaager@wiktel.com>
date Sun, 25 May 2008 17:39:29 +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