view doc/core-signals.dox @ 16778:71f6852c7c41

patch from chckens to make MSN emoticon codes more consistent with the official client. do we need to update COPYRIGHTS for this as well?
author Ka-Hing Cheung <khc@hxbc.us>
date Thu, 03 May 2007 04:26:37 +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