view doc/core-signals.dox @ 20540:ce701480237b

Change the MSN Contacts server from omega.contacts.msn.com to contacts.msn.com. Thanks to Masca and proton for spotting the problem and suggesting the fix. Fixes #3193
author Carlos Silva <typ0@pidgin.im>
date Wed, 19 Sep 2007 06:11:36 +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