view doc/savedstatus-signals.dox @ 17713:3177ef1d6824

Fixed a few names that weren't formatted properly. Rebinding of actions now works on focusable widgets. Currently, binding a new key comp to an action cause both the new and old bindings to work. I will work on replacing the old binding instead, in a future commit.
author Eric Polino <aluink@pidgin.im>
date Tue, 05 Jun 2007 19:37:32 +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