view doc/core-signals.dox @ 17371:948373cbba1c

Add TODO in order to fix msim_tooltip_text. Add TODO to fix bug #193. Call purple_input_remove() in msim_close(), in an attempt to fix bug #193 (does not help).
author Jeffrey Connelly <jaconnel@calpoly.edu>
date Mon, 11 Jun 2007 06:17:16 +0000
parents 1414e0e01dc5
children e0613cf8c493
line wrap: on
line source

/** @page core-signals Core Signals

 @signals
  @signal quitting
 @endsignals

 <hr>

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

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