view doc/savedstatus-signals.dox @ 28549:7cf246c9a863

Reorder the tabs alphabetically. I left Interface at the top because it's our equivalent to other apps' "General" tab, and that tab always seems to be the first by convention.
author John Bailey <rekkanoryo@rekkanoryo.org>
date Wed, 11 Nov 2009 15:59:10 +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