diff 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
line wrap: on
line diff
--- a/finch/gntsound.h	Sun Aug 26 08:58:59 2007 +0000
+++ b/finch/gntsound.h	Sun Aug 26 09:39:54 2007 +0000
@@ -55,6 +55,14 @@
 GList *finch_sound_get_profiles(void);
 
 /**
+ * Determine whether any sound will be played or not.
+ *
+ * @return Returns FALSE if preference is set to 'No sound', or if volume is
+ *         set to zero.
+ */
+gboolean finch_sound_is_enabled(void);
+
+/**
  * Gets GNT sound UI ops.
  *
  * @return The UI operations structure.