diff plugins/perl/common/Sound.xs @ 11118:134d0001983d

[gaim-migrate @ 13174] Some new xsubs for the perl interpreter and a work around to get it all working again. committer: Tailor Script <tailor@pidgin.im>
author John H. Kelm <johnkelm@gmail.com>
date Mon, 18 Jul 2005 13:37:38 +0000
parents
children b284c703d398
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/plugins/perl/common/Sound.xs	Mon Jul 18 13:37:38 2005 +0000
@@ -0,0 +1,35 @@
+
+#include "module.h"
+
+/* TODO
+
+
+*/
+
+MODULE = Gaim::Sound  PACKAGE = Gaim::Sound  PREFIX = gaim_sound_
+PROTOTYPES: ENABLE
+
+Gaim::Sound::UiOps
+gaim_sound_get_ui_ops()
+ 
+
+void 
+gaim_sound_init()
+ 
+
+void 
+gaim_sound_play_event(event)
+	Gaim::SoundEventID event
+
+void 
+gaim_sound_play_file(filename)
+	const char *filename
+
+void 
+gaim_sound_set_ui_ops(ops)
+	Gaim::Sound::UiOps ops
+
+void 
+gaim_sound_uninit()
+ 
+