view doc/core-signals.dox @ 12395:4ed7663099ca

[gaim-migrate @ 14702] " From the wiki's ShowStopperBugs: 'If we're going to stick with these "some options are global and some are per-conversation", which is, in itself confusing, we need to AT LEAST put the global ones together and slap a separator in between.' This patch satisfies the AT LEAST case by moving the global options to the bottom of the menu and placing a separator between them." --Casey Harkins committer: Tailor Script <tailor@pidgin.im>
author Luke Schierer <lschiere@pidgin.im>
date Thu, 08 Dec 2005 18:06:08 +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