finch/gntsound.h

branch
soc.2013.gobjectification.plugins
changeset 37034
9d6765962b22
parent 37023
d9bcdc9a91e6
child 37051
f1ba94fd20f1
--- a/finch/gntsound.h	Fri Jan 31 18:02:20 2014 +0530
+++ b/finch/gntsound.h	Fri Jan 31 18:22:41 2014 +0530
@@ -36,21 +36,21 @@
 /**
  * Get the name of the active sound profile.
  *
- * @return The name of the profile
+ * Returns: The name of the profile
  */
 const char *finch_sound_get_active_profile(void);
 
 /**
  * Set the active profile.  If the profile doesn't exist, nothing is changed.
  *
- * @param name  The name of the profile
+ * @name:  The name of the profile
  */
 void finch_sound_set_active_profile(const char *name);
 
 /**
  * Get a list of available sound profiles.
  *
- * @return A list of strings denoting sound profile names.
+ * Returns: A list of strings denoting sound profile names.
  *         Caller must free the list (but not the data).
  */
 GList *finch_sound_get_profiles(void);
@@ -58,7 +58,7 @@
 /**
  * Determine whether any sound will be played or not.
  *
- * @return Returns FALSE if preference is set to 'No sound', or if volume is
+ * Returns: Returns FALSE if preference is set to 'No sound', or if volume is
  *         set to zero.
  */
 gboolean finch_sound_is_enabled(void);
@@ -66,7 +66,7 @@
 /**
  * Gets GNT sound UI ops.
  *
- * @return The UI operations structure.
+ * Returns: The UI operations structure.
  */
 PurpleSoundUiOps *finch_sound_get_ui_ops(void);
 

mercurial