--- a/pidgin/plugins/perl/common/GtkSound.xs Sun Feb 04 02:31:04 2007 +0000 +++ b/pidgin/plugins/perl/common/GtkSound.xs Sun Feb 04 04:47:06 2007 +0000 @@ -1,15 +1,15 @@ #include "gtkmodule.h" -MODULE = Gaim::GtkUI::Sound PACKAGE = Gaim::GtkUI::Sound PREFIX = gaim_gtk_sound_ +MODULE = Pidgin::Sound PACKAGE = Pidgin::Sound PREFIX = pidgin_sound_ PROTOTYPES: ENABLE const char * -gaim_gtk_sound_get_event_option(event) +pidgin_sound_get_event_option(event) Gaim::SoundEventID event const char * -gaim_gtk_sound_get_event_label(event) +pidgin_sound_get_event_label(event) Gaim::SoundEventID event Gaim::Handle -gaim_gtk_sound_get_handle() +pidgin_sound_get_handle()