view doc/core-signals.dox @ 26557:a372ea58c3ae

Change how the progressbar is drawn. Don't highlight the progress-bar ... because it looks weird when the window is not in focus.
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Sun, 12 Apr 2009 20:55: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