finch/gntsound.h

branch
soc.2013.gobjectification.plugins
changeset 37051
f1ba94fd20f1
parent 37034
9d6765962b22
parent 35410
5a6336f20f6e
child 37064
3373bd0b4ea6
--- a/finch/gntsound.h	Sun Feb 02 01:22:13 2014 +0530
+++ b/finch/gntsound.h	Sun Feb 02 03:49:31 2014 +0530
@@ -34,6 +34,8 @@
 /*@{*/
 
 /**
+ * finch_sound_get_active_profile:
+ *
  * Get the name of the active sound profile.
  *
  * Returns: The name of the profile
@@ -41,13 +43,16 @@
 const char *finch_sound_get_active_profile(void);
 
 /**
- * Set the active profile.  If the profile doesn't exist, nothing is changed.
+ * finch_sound_set_active_profile:
+ * @name:  The name of the profile
  *
- * @name:  The name of the profile
+ * Set the active profile.  If the profile doesn't exist, nothing is changed.
  */
 void finch_sound_set_active_profile(const char *name);
 
 /**
+ * finch_sound_get_profiles:
+ *
  * Get a list of available sound profiles.
  *
  * Returns: A list of strings denoting sound profile names.
@@ -56,6 +61,8 @@
 GList *finch_sound_get_profiles(void);
 
 /**
+ * finch_sound_is_enabled:
+ *
  * Determine whether any sound will be played or not.
  *
  * Returns: Returns FALSE if preference is set to 'No sound', or if volume is
@@ -64,6 +71,8 @@
 gboolean finch_sound_is_enabled(void);
 
 /**
+ * finch_sound_get_ui_ops:
+ *
  * Gets GNT sound UI ops.
  *
  * Returns: The UI operations structure.
@@ -71,6 +80,8 @@
 PurpleSoundUiOps *finch_sound_get_ui_ops(void);
 
 /**
+ * finch_sounds_show_all:
+ *
  * Show the sound settings dialog.
  */
 void finch_sounds_show_all(void);

mercurial