comparison src/gtksound.h @ 10322:2a132b73a6e6

[gaim-migrate @ 11529] I shuffled around lots of sound code and made the buddy-signon/signoff sounds work again. And I did it by making sound.c connec to the buddy-signon signal. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Sun, 05 Dec 2004 23:19:16 +0000
parents 61852117568f
children fc464a0abccc
comparison
equal deleted inserted replaced
10321:782c1b564906 10322:2a132b73a6e6
1 /** 1 /**
2 * @file gtksound.h GTK+ Sound API 2 * @file gtksound.h GTK+ Sound API
3 * @ingroup gtkui
3 * 4 *
4 * gaim 5 * gaim
5 * 6 *
6 * Gaim is the legal property of its developers, whose names are too numerous 7 * Gaim is the legal property of its developers, whose names are too numerous
7 * to list here. Please refer to the COPYRIGHT file distributed with this 8 * to list here. Please refer to the COPYRIGHT file distributed with this
28 /** @name GTK+ Sound API */ 29 /** @name GTK+ Sound API */
29 /**************************************************************************/ 30 /**************************************************************************/
30 /*@{*/ 31 /*@{*/
31 32
32 /** 33 /**
33 * Get the handle for the GTK+ sound system.
34 *
35 * @return the handle to the sound system
36 */
37 void *gaim_gtk_sound_get_handle();
38
39 /**
40 * Gets GTK Sound UI opsA
41 *
42 * @return UI operations struct
43 */
44 GaimSoundUiOps *gaim_gtk_sound_get_ui_ops(void);
45
46 /**
47 * Get the prefs option for an event. 34 * Get the prefs option for an event.
48 * 35 *
49 * @param event The event. 36 * @param event The event.
50 * @return The option. 37 * @return The option.
51 */ 38 */
57 * @param event The event. 44 * @param event The event.
58 * @return The label. 45 * @return The label.
59 */ 46 */
60 char *gaim_gtk_sound_get_event_label(GaimSoundEventID event); 47 char *gaim_gtk_sound_get_event_label(GaimSoundEventID event);
61 48
49 /**
50 * Gets GTK+ sound UI ops.
51 *
52 * @return The UI operations structure.
53 */
54 GaimSoundUiOps *gaim_gtk_sound_get_ui_ops(void);
55
56 /**
57 * Get the handle for the GTK+ sound system.
58 *
59 * @return The handle to the sound system
60 */
61 void *gaim_gtk_sound_get_handle();
62
62 /*@}*/ 63 /*@}*/
63 64
64 #endif /* _GAIM_GTKSOUND_H_ */ 65 #endif /* _GAIM_GTKSOUND_H_ */