view doc/core-signals.dox @ 29425:5f8fc6e7466a

Use a movie camera icon from N3fr0n instead of the photo camera emoticon to more closely match ICQ6. Also, change the description of this icon to "Watching a movie."
author Richard Laager <rlaager@wiktel.com>
date Sun, 16 Nov 2008 08:44:14 +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