view doc/core-signals.dox @ 16803:42740b3fe5a2

Add the function_list.pl script to the dist tarball. It's useful for people trying to write perl scripts and as a way to make sure that perl is working for people.
author Etan Reisner <pidgin@unreliablesource.net>
date Thu, 03 May 2007 02:59:12 +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