diff -r 198222e01a7d -r 46933dc62880 pidgin/plugins/perl/common/GtkSound.xs --- /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()