view doc/savedstatus-signals.dox @ 27968:38f09799476a

Didn't realize I hadn't pushed this before the string freeze so we get to do it here instead. *** Plucked rev 6b146c92bd0f878c7321a914c74044d50273abcf (deryni@pidgin.im): I noticed the other day that we don't have a \"Join a Chat\" menu item in the Conversation menu. This fixes that.
author Etan Reisner <pidgin@unreliablesource.net>
date Wed, 22 Jul 2009 02:34:56 +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