plugins/perl/common/Sound.xs

Mon, 18 Jul 2005 13:37:38 +0000

author
John H. Kelm <johnkelm@gmail.com>
date
Mon, 18 Jul 2005 13:37:38 +0000
changeset 11118
36db35a9da56
child 11290
136722ebf145
permissions
-rw-r--r--

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

mercurial