view doc/core-signals.dox @ 12825:bd80fb1e8406

[gaim-migrate @ 15173] This fixes a problem Bleeter told me about where 1. Set yourself idle using the idle maker 2. Wait 10 minutes, for Gaim's built-in idle tracker to kick in and do nothing 3. When you return your computer and Gaim's built-in idle tracker detects that you are back, it will incorrectly set you to unidle committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Wed, 11 Jan 2006 06:16:33 +0000
parents 1ec93dd2f359
children 1414e0e01dc5
line wrap: on
line source

/** @page core-signals Core Signals

 @signals
  @signal quitting
 @endsignals

 <hr>

 @signaldef quitting
  @signalproto
void (*quitting)();
  @endsignalproto
  @signaldesc
   Emitted when gaim is quitting.
 @endsignaldef

 */
// vim: syntax=c tw=75 et