view doc/core-signals.dox @ 18816:7a27e3729612

Fetch icons all at once instead of one at a time. I tried pretty hard and couldn't get this to hit rate limiting, so I'm hoping it'll be ok.
author Mark Doliner <mark@kingant.net>
date Mon, 06 Aug 2007 07:28:43 +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