comparison plugins/perl/common/Sound.xs @ 11118:134d0001983d

[gaim-migrate @ 13174] Some new xsubs for the perl interpreter and a work around to get it all working again. committer: Tailor Script <tailor@pidgin.im>
author John H. Kelm <johnkelm@gmail.com>
date Mon, 18 Jul 2005 13:37:38 +0000
parents
children b284c703d398
comparison
equal deleted inserted replaced
11117:5a8bc4b1f5b6 11118:134d0001983d
1
2 #include "module.h"
3
4 /* TODO
5
6
7 */
8
9 MODULE = Gaim::Sound PACKAGE = Gaim::Sound PREFIX = gaim_sound_
10 PROTOTYPES: ENABLE
11
12 Gaim::Sound::UiOps
13 gaim_sound_get_ui_ops()
14
15
16 void
17 gaim_sound_init()
18
19
20 void
21 gaim_sound_play_event(event)
22 Gaim::SoundEventID event
23
24 void
25 gaim_sound_play_file(filename)
26 const char *filename
27
28 void
29 gaim_sound_set_ui_ops(ops)
30 Gaim::Sound::UiOps ops
31
32 void
33 gaim_sound_uninit()
34
35