comparison src/sound.h @ 12291:5bc3d67ceb24

[gaim-migrate @ 14595] Adam Wendt <adam@ipwebdev.com> gives us the playing-sound-event signal, now plugins can stop sound events, or play their own. committer: Tailor Script <tailor@pidgin.im>
author Etan Reisner <pidgin@unreliablesource.net>
date Fri, 02 Dec 2005 06:43:00 +0000
parents 58bc500cf226
children
comparison
equal deleted inserted replaced
12290:f17958be25ab 12291:5bc3d67ceb24
115 /** 115 /**
116 * Shuts down the sound subsystem 116 * Shuts down the sound subsystem
117 */ 117 */
118 void gaim_sound_uninit(void); 118 void gaim_sound_uninit(void);
119 119
120 /**
121 * Returns the sound subsystem handle.
122 *
123 * @return The sound subsystem handle.
124 */
125 void *gaim_sounds_get_handle(void);
126
120 /*@}*/ 127 /*@}*/
121 128
122 #ifdef __cplusplus 129 #ifdef __cplusplus
123 } 130 }
124 #endif 131 #endif