view doc/core-signals.dox @ 13643:68157ab4e1c9

[gaim-migrate @ 16041] Ike Ginerich fixed gaim_markup_slice(). Looks like the way we were using it just happened to work, which explains how I was sure I tested this and it worked and yet it was broken. Go figure. committer: Tailor Script <tailor@pidgin.im>
author Tim Ringenbach <marv@pidgin.im>
date Sun, 16 Apr 2006 18:28:53 +0000
parents 1ec93dd2f359
children 1414e0e01dc5
line wrap: on
line source

/** @page core-signals Core Signals

 @signals
  @signal quitting
 @endsignals

 <hr>

 @signaldef quitting
  @signalproto
void (*quitting)();
  @endsignalproto
  @signaldesc
   Emitted when gaim is quitting.
 @endsignaldef

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