view doc/core-signals.dox @ 23486:3207561b0f17

Don't free the SOAP message when we're still using it for a redirect. Also, always specify a / at the beginning of the POST because purple_url_parse doesn't return it. I even tested redirects this time!
author Elliott Sales de Andrade <qulogic@pidgin.im>
date Tue, 17 Jun 2008 04:11:18 +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