comparison doc/sound-signals.dox @ 12292:b0582839cd6c

[gaim-migrate @ 14596] This file too. committer: Tailor Script <tailor@pidgin.im>
author Etan Reisner <pidgin@unreliablesource.net>
date Fri, 02 Dec 2005 06:44:02 +0000
parents
children 8cf53d7a0887
comparison
equal deleted inserted replaced
12291:5bc3d67ceb24 12292:b0582839cd6c
1 /** @page sound-signals Sound Signals
2
3 @signals
4 @signal playing-sound-event
5 @endsignals
6
7 <hr>
8
9 @signaldef playing-sound-event
10 @signalproto
11 gboolean (*playing_sound_event)(GaimSoundEventID event, GaimAccount *account);
12 @endsignalproto
13 @signaldesc
14 Emitted when gaim is going to play a sound event. This can be used to cancel playing sound by returning TRUE.
15 @param event The event this sound represents.
16 @param account The account the sound is being played for.
17 @return @c TRUE if the sound should not be played, or @c FALSE otherwise.
18 @endsignaldef
19
20 */
21 // vim: syntax=c tw=75 et