view doc/core-signals.dox @ 24914:1981b04de92e

MySpace? passwords are truncated to 10 characters. Their website doesn't let you enter a password longer than that in the change password interface, but it does let you enter more than 10 characters when logging in (and they truncate it).
author Mark Doliner <mark@kingant.net>
date Tue, 06 Jan 2009 01:25:17 +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