view doc/core-signals.dox @ 23421:0565c227608d

Handle D-Bus errors more helpfully in purple-url-handler. If there's no libpurple object on the bus, then we'll never get to the uber exception handler that previously swallowed all exceptions and suggested that maybe no client is running.
author Will Thompson <will.thompson@collabora.co.uk>
date Thu, 03 Jul 2008 15:38:49 +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