view doc/core-signals.dox @ 21153:b16bc37d07e6

Some more work on the man page. Updated the sections for the Interface, Conversations, Smiley Themes, and Sounds tabs of the Preferences dialog.
author John Bailey <rekkanoryo@rekkanoryo.org>
date Tue, 06 Nov 2007 19:05:42 +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