view doc/core-signals.dox @ 18523:0a8f9829640f

Show the 'send to' menu on right click on the infopane. Do not allow drag-dropping from the infopane if there's more than one tab.
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Fri, 13 Jul 2007 15:15:12 +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