comparison src/sound.h @ 5545:7a64114641c3

[gaim-migrate @ 5946] I've been rewriting the prefs to move from gaimrc to prefs.xml. This will NOT compile! I don't want to see complaints about this, as it's CVS, and you should only be using it if you can put up with things like this. Also, don't ask how long it'll take until it compiles again. It may be several days. This is a big migration. Even when it works, it may not run right. However, it's made a lot of progress, and I plan to actively work on it today and tomorrow. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Thu, 29 May 2003 19:10:24 +0000
parents 4691c5936c01
children b61520e71679
comparison
equal deleted inserted replaced
5544:0028381fa874 5545:7a64114641c3
117 * Get the prefs option for an event. 117 * Get the prefs option for an event.
118 * 118 *
119 * @param event The event. 119 * @param event The event.
120 * @return The option. 120 * @return The option.
121 */ 121 */
122 guint gaim_sound_get_event_option(GaimSoundEventID event); 122 const char *gaim_sound_get_event_option(GaimSoundEventID event);
123 123
124 /** 124 /**
125 * Get the label for an event. 125 * Get the label for an event.
126 * 126 *
127 * @param event The event. 127 * @param event The event.