view doc/savedstatus-signals.dox @ 15267:6388c384bfac

[gaim-migrate @ 18057] Sorry for the commit spam; I'm trying to fix the problems reported by Ka-Hing Cheung on gaim-devel without access to a machine on which I can compile Gaim at present. committer: Tailor Script <tailor@pidgin.im>
author Evan Schoenberg <evan.s@dreskin.net>
date Tue, 26 Dec 2006 03:39:37 +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