view doc/savedstatus-signals.dox @ 15335:a09936753f2f

[gaim-migrate @ 18127] We actually do want number of bytes, and not the length of the string. Thanks to elb for noticing. I blame temporary insanity for introducing the bug in the first place. committer: Tailor Script <tailor@pidgin.im>
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Mon, 15 Jan 2007 06:07:54 +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