comparison doc/sound-signals.dox @ 16196:1414e0e01dc5

More renaming.
author Richard Laager <rlaager@wiktel.com>
date Mon, 16 Apr 2007 02:08:42 +0000
parents 8cf53d7a0887
children e0613cf8c493
comparison
equal deleted inserted replaced
16195:7517e6289bc9 16196:1414e0e01dc5
9 @signaldef playing-sound-event 9 @signaldef playing-sound-event
10 @signalproto 10 @signalproto
11 gboolean (*playing_sound_event)(PurpleSoundEventID event, PurpleAccount *account); 11 gboolean (*playing_sound_event)(PurpleSoundEventID event, PurpleAccount *account);
12 @endsignalproto 12 @endsignalproto
13 @signaldesc 13 @signaldesc
14 Emitted when gaim is going to play a sound event. This can be used to cancel playing sound by returning TRUE. 14 Emitted when libpurple 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. 15 @param event The event this sound represents.
16 @param account The account the sound is being played for. 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. 17 @return @c TRUE if the sound should not be played, or @c FALSE otherwise.
18 @endsignaldef 18 @endsignaldef
19 19