view doc/core-signals.dox @ 23908:def8c164f557

add enough certs so we can verify msn servers, distributions that use --with-system-certs still may not work
author Ka-Hing Cheung <khc@hxbc.us>
date Wed, 27 Aug 2008 01:37:54 +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