comparison src/gtksound.h @ 7035:feb3d21a7794

[gaim-migrate @ 7598] Standardized the UI op accessor functions in every file. They're now properly namespaced. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Mon, 29 Sep 2003 23:39:02 +0000
parents b61520e71679
children fa6395637e2c
comparison
equal deleted inserted replaced
7034:f7ff0dfa6b9f 7035:feb3d21a7794
31 /** 31 /**
32 * Gets GTK Sound UI opsA 32 * Gets GTK Sound UI opsA
33 * 33 *
34 * @return UI operations struct 34 * @return UI operations struct
35 */ 35 */
36 GaimSoundUiOps *gaim_get_gtk_sound_ui_ops(void); 36 GaimSoundUiOps *gaim_gtk_sound_get_ui_ops(void);
37
37 /** 38 /**
38 * Mutes or un-mutes sounds. 39 * Mutes or un-mutes sounds.
39 * 40 *
40 * @param mute The mute state. 41 * @param mute The mute state.
41 */ 42 */