view doc/core-signals.dox @ 16622:112fa61799f4

Patch from charkins in ticket #198 to fulfill a feature request by hbons: I'm glad the tray icon has a tooltip now, but it shows little info. It would be nice to show your global status: "Pidgin - Available" or "Pidgin - Away".'
author Richard Laager <rlaager@wiktel.com>
date Sun, 29 Apr 2007 04:09:40 +0000
parents 1414e0e01dc5
children e0613cf8c493
line wrap: on
line source

/** @page core-signals Core Signals

 @signals
  @signal quitting
 @endsignals

 <hr>

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

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