comparison libpurple/sound-theme.h @ 25096:fbf72bbd1084

Fixed up a few typos, readability, leaks, and bugs, all minor and mostly in theme and theme loader classes
author Justin Rodriguez <ffdragon@soc.pidgin.im>
date Mon, 30 Jun 2008 03:50:35 +0000
parents cf7625d4d7e0
children 0c7b74fc558e
comparison
equal deleted inserted replaced
25095:ef66901f74f5 25096:fbf72bbd1084
75 * 75 *
76 * @param event the purple sound event to look up 76 * @param event the purple sound event to look up
77 * 77 *
78 * @returns the filename of the sound event 78 * @returns the filename of the sound event
79 */ 79 */
80 gchar *purple_sound_theme_get_file(PurpleSoundTheme *theme, 80 const gchar *purple_sound_theme_get_file(PurpleSoundTheme *theme,
81 const gchar *event); 81 const gchar *event);
82 /** 82 /**
83 * Returns a copy of the directory and filename for the sound event 83 * Returns a copy of the directory and filename for the sound event
84 * 84 *
85 * @param event the purple sound event to look up 85 * @param event the purple sound event to look up