plugins/perl/common/Sound.xs

Mon, 03 Oct 2005 03:17:46 +0000

author
Daniel Atallah <datallah@pidgin.im>
date
Mon, 03 Oct 2005 03:17:46 +0000
changeset 11596
b066d71a508b
parent 11290
136722ebf145
child 11642
76b60f0bf467
permissions
-rw-r--r--

[gaim-migrate @ 13866]
Rewrite of the "transparency" plugin. This should suck less and now offers the option of being opaque on focus. I need to evaluate the "Always on top" functionality of the Buddy List because it may conflict wiht the WinGaim Options plugin.

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