view plugins/perl/common/Sound.xs @ 11684:c1906dc6257c

[gaim-migrate @ 13970] "This patch fixes the tab-color change prob (hopefully this is the last one in the series). Bleeter also thinks I have nailed it this time." -- Sadrul Habib Chowdhury This also seems to fix a case of it I was having this morning. committer: Tailor Script <tailor@pidgin.im>
author Luke Schierer <lschiere@pidgin.im>
date Mon, 17 Oct 2005 16:42:10 +0000
parents 58bc500cf226
children 96f9b4798012
line wrap: on
line source

#include "module.h"

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, account)
	Gaim::SoundEventID event
	Gaim::Account account

void 
gaim_sound_play_file(filename, account)
	const char *filename
	Gaim::Account account

void 
gaim_sound_set_ui_ops(ops)
	Gaim::Sound::UiOps ops

void 
gaim_sound_uninit()