view doc/core-signals.dox @ 22193:6d9757319bf6

Fix some issues with the infopane and dragging when the infopane takes the place of a tab. Fixes #4690. There are still a few obscure bugs in this infopane stuff that we should probably fix...
author John Bailey <rekkanoryo@rekkanoryo.org>
date Thu, 24 Jan 2008 05:19:51 +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