plugins/perl/common/Sound.xs

Mon, 31 Oct 2005 05:40:35 +0000

author
Mark Doliner <markdoliner@pidgin.im>
date
Mon, 31 Oct 2005 05:40:35 +0000
changeset 11924
a42748d67df3
parent 11642
76b60f0bf467
child 12773
1f635f83d71f
permissions
-rw-r--r--

[gaim-migrate @ 14215]
This seems to fix a crash for me when going offline --> online --> offline
--> online with an AIM account.

See the backtrace at http://nosnilmot.com/nopaste/296

#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