view doc/savedstatus-signals.dox @ 25404:1cf4ead4119d

Remove the "Flash window when chat messages are received" pref from the winprefs plugin now that the Message Notification plugin can do that.
author Daniel Atallah <daniel.atallah@gmail.com>
date Fri, 30 Jan 2009 22:48: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