comparison finch/gntsound.h @ 19117:907c41608ada

Added Sounds to the actions list Built a prototype for the Sounds config dialog
author Eric Polino <aluink@pidgin.im>
date Wed, 27 Jun 2007 20:19:09 +0000
parents 68a3b83795c6
children 5ff1231993af
comparison
equal deleted inserted replaced
19116:992afeb1d40f 19117:907c41608ada
54 * @return The UI operations structure. 54 * @return The UI operations structure.
55 */ 55 */
56 PurpleSoundUiOps *finch_sound_get_ui_ops(void); 56 PurpleSoundUiOps *finch_sound_get_ui_ops(void);
57 57
58 /** 58 /**
59 * Show the sound settings dialog.
60 */
61 void finch_sounds_show_all(void);
62
63 /**
59 * Get the handle for the GNT sound system. 64 * Get the handle for the GNT sound system.
60 * 65 *
61 * @return The handle to the sound system 66 * @return The handle to the sound system
62 */ 67 */
63 void *finch_sound_get_handle(void); 68 void *finch_sound_get_handle(void);