comparison src/gtksound.h @ 10320:61852117568f

[gaim-migrate @ 11527] A little code cleanup here and there. And I removed gaim_setup() from gtkmain.c and put it in gtksound.c committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Sun, 05 Dec 2004 21:05:52 +0000
parents 9fdbfe832fac
children 2a132b73a6e6
comparison
equal deleted inserted replaced
10319:32e7baa81e03 10320:61852117568f
42 * @return UI operations struct 42 * @return UI operations struct
43 */ 43 */
44 GaimSoundUiOps *gaim_gtk_sound_get_ui_ops(void); 44 GaimSoundUiOps *gaim_gtk_sound_get_ui_ops(void);
45 45
46 /** 46 /**
47 * Mutes or un-mutes login sounds.
48 *
49 * @param mute The mute state.
50 */
51 void gaim_gtk_sound_set_login_mute(gboolean mute);
52
53 /**
54 * Get the prefs option for an event. 47 * Get the prefs option for an event.
55 * 48 *
56 * @param event The event. 49 * @param event The event.
57 * @return The option. 50 * @return The option.
58 */ 51 */