diff 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
line wrap: on
line diff
--- a/src/sound.h	Fri Dec 02 03:13:51 2005 +0000
+++ b/src/sound.h	Fri Dec 02 06:43:00 2005 +0000
@@ -117,6 +117,13 @@
  */
 void gaim_sound_uninit(void);
 
+/**
+ * Returns the sound subsystem handle.
+ *
+ * @return The sound subsystem handle.
+ */
+void *gaim_sounds_get_handle(void);
+
 /*@}*/
 
 #ifdef __cplusplus