summaryrefslogtreecommitdiff
path: root/libpurple/sound-theme.h
diff options
context:
space:
mode:
Diffstat (limited to 'libpurple/sound-theme.h')
-rw-r--r--libpurple/sound-theme.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/libpurple/sound-theme.h b/libpurple/sound-theme.h
index 3c40a462c2..3814e4527f 100644
--- a/libpurple/sound-theme.h
+++ b/libpurple/sound-theme.h
@@ -73,6 +73,7 @@ GType purple_sound_theme_get_type(void);
/**
* Returns a copy of the filename for the sound event.
*
+ * @param theme The theme.
* @param event The purple sound event to look up.
*
* @returns The filename of the sound event.
@@ -83,6 +84,7 @@ const gchar *purple_sound_theme_get_file(PurpleSoundTheme *theme,
/**
* Returns a copy of the directory and filename for the sound event
*
+ * @param theme The theme.
* @param event The purple sound event to look up
*
* @returns The directory + '/' + filename of the sound event. This is
@@ -94,8 +96,9 @@ gchar *purple_sound_theme_get_file_full(PurpleSoundTheme *theme,
/**
* Sets the filename for a given sound event
*
- * @param event the purple sound event to look up
- * @param filename the name of the file to be used for the event
+ * @param theme The theme.
+ * @param event the purple sound event to look up
+ * @param filename the name of the file to be used for the event
*/
void purple_sound_theme_set_file(PurpleSoundTheme *theme,
const gchar *event,