diff options
author | Paul Aurich <darkrain42@pidgin.im> | 2009-04-25 23:26:47 +0000 |
---|---|---|
committer | Paul Aurich <darkrain42@pidgin.im> | 2009-04-25 23:26:47 +0000 |
commit | 8edfd080d813f72ed7bb431dc4924072c2be539e (patch) | |
tree | b57b233acaff74c18d268597fbfc9f181cc5ff0b /libpurple/sound-theme.h | |
parent | 323b6998c0161ecea6a8365a57157fd3f22cba70 (diff) | |
parent | d2e4e1201d7a13f7f50ce15afb6faca91de2da26 (diff) | |
download | pidgin-8edfd080d813f72ed7bb431dc4924072c2be539e.tar.gz |
propagate from branch 'im.pidgin.pidgin' (head d2bc0c2ff7f43ce21af6aeb024584d995bc57143)
to branch 'im.pidgin.cpw.darkrain42.docs' (head a1d0db99c31396c6360eb8b2a34e4bae7e40b827)
Diffstat (limited to 'libpurple/sound-theme.h')
-rw-r--r-- | libpurple/sound-theme.h | 7 |
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, |