comparison finch/gntsound.h @ 19452:eb0fe583bc53

merge of 'cacb6312fda77c93ab3e7557fdea3c2956cc55ad' and 'f5aeed9a6e0c9cb68e829608dc9d41f7782fe487'
author Kevin Stange <kevin@simguy.net>
date Sun, 26 Aug 2007 18:59:59 +0000
parents 1a9b30a95fa6
children 44b4e8bd759b
comparison
equal deleted inserted replaced
19439:0202145e3465 19452:eb0fe583bc53
53 * Caller must free the list (but not the data). 53 * Caller must free the list (but not the data).
54 */ 54 */
55 GList *finch_sound_get_profiles(void); 55 GList *finch_sound_get_profiles(void);
56 56
57 /** 57 /**
58 * Determine whether any sound will be played or not.
59 *
60 * @return Returns FALSE if preference is set to 'No sound', or if volume is
61 * set to zero.
62 */
63 gboolean finch_sound_is_enabled(void);
64
65 /**
58 * Gets GNT sound UI ops. 66 * Gets GNT sound UI ops.
59 * 67 *
60 * @return The UI operations structure. 68 * @return The UI operations structure.
61 */ 69 */
62 PurpleSoundUiOps *finch_sound_get_ui_ops(void); 70 PurpleSoundUiOps *finch_sound_get_ui_ops(void);