view doc/core-signals.dox @ 22474:8445ea581a6e

Move the tooltip to the left of the buddylist if there's not enough room to show it on the right.
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Wed, 12 Mar 2008 20:42:59 +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