view doc/core-signals.dox @ 25142:e3e7bfc2b8de

Two of the 2.5.5 translations introduced the old name in comments and a translation. Fix those.
author Paul Aurich <paul@darkrain42.org>
date Mon, 23 Feb 2009 20:12:35 +0000
parents e0613cf8c493
children 4179ab2cfe1f
line wrap: on
line source

/** @page core-signals Core Signals

 @signals
  @signal quitting
 @endsignals

 @see core.h

 <hr>

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

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