view doc/sound-signals.dox @ 14849:7cf437793f16

[gaim-migrate @ 17618] "In 2.0.0b4 (as well as in trunk), my_MM.po claims itself to be encoded in iso-8859-1, but it is in fact encoded in utf-8. This is supported by the following: 1. Burmese is not encoded in iso-8859-1 2. If a suitable font is installed, opening the my_MM.po file as utf-8 actually causes Burmese characters to appear" --acli committer: Tailor Script <tailor@pidgin.im>
author Luke Schierer <lschiere@pidgin.im>
date Sun, 29 Oct 2006 14:51:20 +0000
parents b0582839cd6c
children 8cf53d7a0887
line wrap: on
line source

/** @page sound-signals Sound Signals

 @signals
  @signal playing-sound-event
 @endsignals

 <hr>

 @signaldef playing-sound-event
  @signalproto
gboolean (*playing_sound_event)(GaimSoundEventID event, GaimAccount *account);
  @endsignalproto
  @signaldesc
   Emitted when gaim 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 tw=75 et