view doc/core-signals.dox @ 22708:98fd7c994d68

Avoiding emitting the "savedstatus-changed" signal twice when the savedstatus is set to idleaway. Also, NULL freed memory so that if plugins try to do stuff they shouldn't do, we don't access it.
author Daniel Atallah <daniel.atallah@gmail.com>
date Fri, 25 Apr 2008 15:37:21 +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