view plugins/perl/common/Sound.xs @ 11907:d2db6426c88a

[gaim-migrate @ 14198] sf patch #1342817, from Evan Schoenberg "As discussed in #gaim, this patch removes idle.c and replaces it with gtkidle.c and gtkidle.h. The attached diff removes the idle management from its various hiding places in connection.c, server.c, and gaim.h. The plugins Changelog.API is appropriately updated. The new gtkidle files are attached; idle.c should be removed from CVS." committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Sun, 30 Oct 2005 23:00:47 +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()