view doc/savedstatus-signals.dox @ 25514:d971b6a6be2c

S«Łtt client type on MSN. Have currently tested the "mobile" type. It is reported correctly to other libpurple clients and the official WLM client. Haven't tested other statuses yet...
author Marcus Lundblad <ml@update.uu.se>
date Tue, 10 Feb 2009 20:27:21 +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