view doc/core-signals.dox @ 18757:d54fecfe6bf7

Fix a bug with multi-field selections in Pidgin's implementation of the request API where, if a field had multiple selected values then only the first one would show up as selected.
author Mark Doliner <mark@kingant.net>
date Tue, 31 Jul 2007 16:30:58 +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