view doc/savedstatus-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
line wrap: on
line source

/** @page savedstatus-signals Saved Status Signals

 @signals
  @signal savedstatus-changed
 @endsignals

 @see savedstatus.h

 <hr>

 @signaldef savedstatus-changed
  @signalproto
void (*savedstatus_changed)(PurpleSavedStatus *new, PurpleSavedStatus *old);
  @endsignalproto
  @signaldesc
   Emitted when a new saved status is activated.
 @endsignaldef

 */
// vim: syntax=c.doxygen tw=75 et