comparison finch/gntsound.h @ 19447:1a9b30a95fa6

Fix #2767 (per-conversation/chat mute option). My limited testing makes me think it's working!
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Sun, 26 Aug 2007 09:39:54 +0000
parents 38ff7582c569
children 44b4e8bd759b
comparison
equal deleted inserted replaced
19446:5d200fce4170 19447:1a9b30a95fa6
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);