libpurple/sound.h

branch
soc.2013.gobjectification.plugins
changeset 37034
9d6765962b22
parent 37023
d9bcdc9a91e6
child 37045
aadac46d3bb3
--- a/libpurple/sound.h	Fri Jan 31 18:02:20 2014 +0530
+++ b/libpurple/sound.h	Fri Jan 31 18:22:41 2014 +0530
@@ -83,8 +83,8 @@
 /**
  * Plays the specified sound file.
  *
- * @param filename The file to play.
- * @param account The account that this sound is associated with, or
+ * @filename: The file to play.
+ * @account: The account that this sound is associated with, or
  *        NULL if the sound is not associated with any specific
  *        account.  This is needed for the "sounds while away?"
  *        preference to work correctly.
@@ -94,8 +94,8 @@
 /**
  * Plays the sound associated with the specified event.
  *
- * @param event The event.
- * @param account The account that this sound is associated with, or
+ * @event: The event.
+ * @account: The account that this sound is associated with, or
  *        NULL if the sound is not associated with any specific
  *        account.  This is needed for the "sounds while away?"
  *        preference to work correctly.
@@ -105,14 +105,14 @@
 /**
  * Sets the UI sound operations
  *
- * @param ops The UI sound operations structure.
+ * @ops: The UI sound operations structure.
  */
 void purple_sound_set_ui_ops(PurpleSoundUiOps *ops);
 
 /**
  * Gets the UI sound operations
  *
- * @return The UI sound operations structure.
+ * Returns: The UI sound operations structure.
  */
 PurpleSoundUiOps *purple_sound_get_ui_ops(void);
 
@@ -129,7 +129,7 @@
 /**
  * Returns the sound subsystem handle.
  *
- * @return The sound subsystem handle.
+ * Returns: The sound subsystem handle.
  */
 void *purple_sounds_get_handle(void);
 

mercurial