view doc/core-signals.dox @ 19598:339c7c8c0e08

If MSIM_CHECK_NEWER_VERSION is defined (off by default), run (incomplete) code to check for a newer official client. Incomplete because libpurple keeps redirecting because MySpace's servers always send Content-Location header.
author Jeffrey Connelly <jaconnel@calpoly.edu>
date Tue, 04 Sep 2007 05:01:25 +0000
parents 1414e0e01dc5
children e0613cf8c493
line wrap: on
line source

/** @page core-signals Core Signals

 @signals
  @signal quitting
 @endsignals

 <hr>

 @signaldef quitting
  @signalproto
void (*quitting)();
  @endsignalproto
  @signaldesc
   Emitted when libpurple is quitting.
 @endsignaldef

 */
// vim: syntax=c tw=75 et