view doc/core-signals.dox @ 23308:67581872c47f

Documentation: Use the word opaque to describe the data structure returned from purple_proxy_connect(). Might be a little more clear to some people.
author Mark Doliner <mark@kingant.net>
date Sat, 07 Jun 2008 01:06:41 +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