view doc/core-signals.dox @ 14603:f63d095dc421

[gaim-migrate @ 17331] Don't remove the perl plugin if we can't find ActivePerl. We no longer have the annoying error popups when a dll dependency isn't found, so this isn't necessary anymore. committer: Tailor Script <tailor@pidgin.im>
author Daniel Atallah <daniel.atallah@gmail.com>
date Wed, 20 Sep 2006 20:32:43 +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