# HG changeset patch # User Etan Reisner # Date 1133505842 0 # Node ID b0582839cd6c02c753ffda74a315ae151f3e2282 # Parent 5bc3d67ceb24c798389e501347f1a6669c4e2e9b [gaim-migrate @ 14596] This file too. committer: Tailor Script diff -r 5bc3d67ceb24 -r b0582839cd6c doc/sound-signals.dox --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/doc/sound-signals.dox Fri Dec 02 06:44:02 2005 +0000 @@ -0,0 +1,21 @@ +/** @page sound-signals Sound Signals + + @signals + @signal playing-sound-event + @endsignals + +
+ + @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