view doc/core-signals.dox @ 16822:a77901ef0ebb

this should fix jabber buddy icons (but it will re-introduce the behavior of overwriting your vCard whenever you sign in). Until we get pubsub icons going, this is how we're gonna be stuck.
author Nathan Walp <nwalp@pidgin.im>
date Thu, 03 May 2007 12:04:04 +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