view doc/core-signals.dox @ 25400:a214dc3807f8

Setup message handlers on the MSN Notification server so that messages from Yahoo! buddies aren't lost in the ether. This assumes you can't get custom emoticons from them (but shouldn't be hard to fix that if necessary). Fixes #7676.
author Elliott Sales de Andrade <qulogic@pidgin.im>
date Sun, 01 Feb 2009 09:08:44 +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