view doc/core-signals.dox @ 24456:0c6d0e1e55b7

Commit some icons I resized from the default smiley theme. I'll be using these for the ICQ X-Status stuff, but since they exist, they're better than nothing here. I imagine Hylke will want to replace these with hand-done 16x16 icons later.
author Richard Laager <rlaager@wiktel.com>
date Sun, 16 Nov 2008 08:07:10 +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