view plugins/perl/common/Sound.xs @ 13709:ff25f6d2b484

[gaim-migrate @ 16113] CID 154: File: gaim/src/prefs.c Function: gaim_prefs_rename_boolean_toggle Description: Pointer returned from "find_pref" is never used newpref was only examined in g_return_if_fail() statements, which can be compiled out. It's probably safer to do these sanity checks all the time, given that plugins could call this, etc. etc. committer: Tailor Script <tailor@pidgin.im>
author Richard Laager <rlaager@wiktel.com>
date Mon, 01 May 2006 20:27:49 +0000
parents 96f9b4798012
children
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()