view doc/core-signals.dox @ 24529:c31be282935d

When adding custom smiley without a previous filename (which is the case when adding a received smiley using the context menu, at which point there is only a pixbuf) create the storing dir if doesn't yet exists, since we need to dump the generated image there before calling purpl_smiley_create_from_file Closes #6623
author Marcus Lundblad <ml@update.uu.se>
date Tue, 02 Dec 2008 18:46:21 +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