view doc/savedstatus-signals.dox @ 28234:329d665c78b2

Use the new purple_account_get_name_for_display function for the Send To menu. Closes #8391 (though there are likely still plenty of places we should also do this).
author Etan Reisner <pidgin@unreliablesource.net>
date Sat, 15 Aug 2009 05:11:36 +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