Mon, 18 Jul 2005 13:37:38 +0000
[gaim-migrate @ 13174]
Some new xsubs for the perl interpreter and a work around to get it all working again.
#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()