view doc/core-signals.dox @ 20902:680e1319b464

Patch from Kramer to boldify the text in tab-titles when the user is typing and there are unread messages in the conversation. Closes #3464.
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Fri, 12 Oct 2007 20:17:24 +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