view doc/core-signals.dox @ 16766:1de66d5d1de8

if you're offline, and right-click on a group, you shouldn't be presented with the ability to add a buddy
author Nathan Walp <nwalp@pidgin.im>
date Wed, 02 May 2007 03:20:20 +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