view doc/core-signals.dox @ 20555:cfc4d2e23c76

It's presumably better not to try to connect right after calling purple_connection_error(). (Yes, I know this code is ifdef'd out.)
author Will Thompson <will.thompson@collabora.co.uk>
date Wed, 19 Sep 2007 17:53:52 +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