view doc/core-signals.dox @ 23184:89713caa9ade

Try to get a hashtable created by the prpl first before joining a chat not in the buddylist. This gets rid of a runtime warning when trying to show the tooltip for a chat not in the buddylist (XMPP).
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Sun, 25 May 2008 16:08:26 +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