view plugins/perl/common/Sound.xs @ 11118:134d0001983d

[gaim-migrate @ 13174] Some new xsubs for the perl interpreter and a work around to get it all working again. committer: Tailor Script <tailor@pidgin.im>
author John H. Kelm <johnkelm@gmail.com>
date Mon, 18 Jul 2005 13:37:38 +0000
parents
children b284c703d398
line wrap: on
line source


#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()