view doc/core-signals.dox @ 21612:18fb032a602a

Fix the bug in purple_str_to_time() that was causing 'make check' to fail. Also fix the test value that 'make check' was using. that didn't help ;-)
author Stu Tomlinson <stu@nosnilmot.com>
date Thu, 22 Nov 2007 16:37:08 +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