view doc/sound-signals.dox @ 22185:bc2e96c13556

We need to store the img in the hashtable only after we have removed the old one. Otherwise, we end up removing the new img. This fixes a crash when setting the buddyicon from the account specific statusboxes. Some of the prpls unref the img's (a41a12c3718fde3c2e793af5ad8f093942ba2802) without having ref'ed them first. I think fixing that would be a better and more correct solution.
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Wed, 23 Jan 2008 05:16:39 +0000
parents e0613cf8c493
children
line wrap: on
line source

/** @page sound-signals Sound Signals

 @signals
  @signal playing-sound-event
 @endsignals

 @see sound.h

 <hr>

 @signaldef playing-sound-event
  @signalproto
gboolean (*playing_sound_event)(PurpleSoundEventID event, PurpleAccount *account);
  @endsignalproto
  @signaldesc
   Emitted when libpurple is going to play a sound event. This can be used to cancel playing sound by returning TRUE.
  @param event   The event this sound represents.
  @param account The account the sound is being played for.
  @return @c TRUE if the sound should not be played, or @c FALSE otherwise.
 @endsignaldef

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