view doc/savedstatus-signals.dox @ 17278:591d6c3e9f1f

Stop the typing icon timer before switching conversations so the typing icon correctly resumes animation when switching back to the conversation.
author Stu Tomlinson <stu@nosnilmot.com>
date Thu, 24 May 2007 18:40:51 +0000
parents 8cf53d7a0887
children e0613cf8c493
line wrap: on
line source

/** @page savedstatus-signals Saved Status Signals

 @signals
  @signal savedstatus-changed
 @endsignals

 <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 tw=75 et