view libpurple/plugins/perl/common/Sound.xs @ 16039:ded8da3de5f8

This should get all the Win32 Makefiles in line with the names Pidgin and Purple. I tried to separate PIDGIN and PURPLE values as much as a could to make it easier to divide them later if that's ever desired.
author Kevin Stange <kevin@simguy.net>
date Tue, 10 Apr 2007 06:19:29 +0000
parents 2f8274ce570a
children 39c7bb133a9f
line wrap: on
line source

#include "module.h"

MODULE = Purple::Sound  PACKAGE = Purple::Sound  PREFIX = purple_sound_
PROTOTYPES: ENABLE

Purple::Sound::UiOps
purple_sound_get_ui_ops()

void
purple_sound_init()

void
purple_sound_play_event(event, account)
	Purple::SoundEventID event
	Purple::Account account

void
purple_sound_play_file(filename, account)
	const char *filename
	Purple::Account account

void
purple_sound_set_ui_ops(ops)
	Purple::Sound::UiOps ops

void
purple_sound_uninit()