view doc/core-signals.dox @ 27208:9f2112ba6049

Update this to not use GIO, so it should build for poizon. Refs #8085. My gratitude to grim for mentioning he had a copy function in gf2 that I could borrow.
author Paul Aurich <paul@darkrain42.org>
date Sun, 28 Jun 2009 19:14:03 +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