plugins/perl/common/Sound.xs

Mon, 16 Apr 2007 00:43:53 +0000

author
Richard Laager <rlaager@pidgin.im>
date
Mon, 16 Apr 2007 00:43:53 +0000
changeset 13071
b98e72d4089a
parent 12773
1f635f83d71f
permissions
-rw-r--r--

Commit a proper copy of this binary file. The old one was corrupted,
probably due to missing SVN attributes.

This was retrieved from the following URL, though we may have it in CVS:
http://dev.openwengo.com/trac/openwengo/trac.cgi/browser/vendors/gaim/trunk/doc/oscar/On_Sending_Files_via_OSCAR.odt?rev=4273

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

mercurial