view doc/core-signals.dox @ 21064:1aaa6e9881b9

Add the account-alias-changed signal to the summary at the top.
author Etan Reisner <pidgin@unreliablesource.net>
date Wed, 17 Oct 2007 03:56:05 +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