view doc/core-signals.dox @ 12939:7f633dd625a9

[gaim-migrate @ 15292] SF Patch # from Levi Bard with changes by Sadrul Levi says: " This patch adds anchors to the conversation history so that you can scroll up to the last thing a person said by middle-clicking his nick in the chatter list." Sadrul added a right-click menu item. I modified the text marks to be of the form user:SCREENNAME to make sure we don't end up with any conflicts with other text marks. committer: Tailor Script <tailor@pidgin.im>
author Richard Laager <rlaager@wiktel.com>
date Thu, 19 Jan 2006 06:30:09 +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