view doc/core-signals.dox @ 16514:394a6c9b592c

Changed the .desktop file to display "Pidgin IM", otherwise it looks weird in some menus (Pidgin Internet Messenger - Internet Messenger, now: "Pidgin IM - Internet Messenger"). Feel free to change.
author Hylke Bons <hylkebons@gmail.com>
date Fri, 27 Apr 2007 10:31:18 +0000
parents 1414e0e01dc5
children e0613cf8c493
line wrap: on
line source

/** @page core-signals Core Signals

 @signals
  @signal quitting
 @endsignals

 <hr>

 @signaldef quitting
  @signalproto
void (*quitting)();
  @endsignalproto
  @signaldesc
   Emitted when libpurple is quitting.
 @endsignaldef

 */
// vim: syntax=c tw=75 et