pidgin/plugins/perl/common/GtkSound.xs

branch
cpw.khc.msnp14
changeset 20478
46933dc62880
parent 15165
0ff631dfbbca
parent 15899
75f0041f72b8
child 20481
65485e2ed8a3
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/pidgin/plugins/perl/common/GtkSound.xs	Sun Apr 15 03:43:17 2007 +0000
@@ -0,0 +1,15 @@
+#include "gtkmodule.h"
+
+MODULE = Pidgin::Sound  PACKAGE = Pidgin::Sound  PREFIX = pidgin_sound_
+PROTOTYPES: ENABLE
+
+const char *
+pidgin_sound_get_event_option(event)
+	Purple::SoundEventID event
+
+const char *
+pidgin_sound_get_event_label(event)
+	Purple::SoundEventID event
+
+Purple::Handle
+pidgin_sound_get_handle()

mercurial