view doc/core-signals.dox @ 16807:f7466b0379e8

This is ugly and probably not a "correct" fix, but it seems to fix the "could not add buddy 1" problem for Kevin's account. Kevin, I'm done fiddling with your ICQ account now, thanks immensely for letting me use it! To anyone: Let me know if you see the problem again after this checkin.
author Mark Doliner <mark@kingant.net>
date Thu, 03 May 2007 08:34:53 +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