view doc/savedstatus-signals.dox @ 17800:6f54b1e84610

This started off as a patch from OpenSolaris to fix compiling with static protocols outside of the source directory, but then I found I had to fix static compilation of jabber & oscar too.
author Stu Tomlinson <stu@nosnilmot.com>
date Sat, 09 Jun 2007 14:10:21 +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