view doc/core-signals.dox @ 21831:543306932d15

Make yahoo_html_to_codes deal with ' in messages being sent. Also correct the size parameter passed to strncmp for various other entities to actually match the right length (previously only "&quo" was being checked to match, for example).
author Will Thompson <will.thompson@collabora.co.uk>
date Sun, 16 Dec 2007 16:36:53 +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