view doc/core-signals.dox @ 24763:a8643ca8d2e0

Set buddies idle time to 0 when their idle. 0 is a flag to the UI that we don't know how long they've been idle. Previously myspace buddies always started at "idle: 0" when you log in and the time slowly increases
author Mark Doliner <mark@kingant.net>
date Wed, 17 Dec 2008 18:36:31 +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