plugins/perl/common/Sound.xs

branch
gaim
changeset 20470
77693555855f
parent 13071
b98e72d4089a
parent 20469
b2836a24d81e
child 20471
1966704b3e42
--- a/plugins/perl/common/Sound.xs	Mon Apr 16 00:43:53 2007 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,27 +0,0 @@
-#include "module.h"
-
-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, account)
-	Gaim::SoundEventID event
-	Gaim::Account account
-
-void
-gaim_sound_play_file(filename, account)
-	const char *filename
-	Gaim::Account account
-
-void
-gaim_sound_set_ui_ops(ops)
-	Gaim::Sound::UiOps ops
-
-void
-gaim_sound_uninit()

mercurial