view doc/savedstatus-signals.dox @ 13839:2bd34a419091

[gaim-migrate @ 16291] Nothing to see here, GAIM_CMD_P_VERY_LOW and GAIM_CMD_P_VERYHIGH just struck me wrong, so now it is GAIM_CMD_P_VERY_HIGH to match. Also fix a couple typos in the documentation for gaim_cmd_register. committer: Tailor Script <tailor@pidgin.im>
author Etan Reisner <pidgin@unreliablesource.net>
date Mon, 19 Jun 2006 14:17:34 +0000
parents d9dbb874a30c
children 8cf53d7a0887
line wrap: on
line source

/** @page savedstatus-signals Saved Status Signals

 @signals
  @signal savedstatus-changed
 @endsignals

 <hr>

 @signaldef savedstatus-changed
  @signalproto
void (*savedstatus_changed)(GaimSavedStatus *new, GaimSavedStatus *old);
  @endsignalproto
  @signaldesc
   Emitted when a new saved status is activated.
 @endsignaldef

 */
// vim: syntax=c tw=75 et