core/plugins/perl/common/Sound.xs

changeset 14253
b63ebf84c42b
parent 12773
1f635f83d71f
equal deleted inserted replaced
14252:d10dda2777a9 14253:b63ebf84c42b
1 #include "module.h"
2
3 MODULE = Gaim::Sound PACKAGE = Gaim::Sound PREFIX = gaim_sound_
4 PROTOTYPES: ENABLE
5
6 Gaim::Sound::UiOps
7 gaim_sound_get_ui_ops()
8
9 void
10 gaim_sound_init()
11
12 void
13 gaim_sound_play_event(event, account)
14 Gaim::SoundEventID event
15 Gaim::Account account
16
17 void
18 gaim_sound_play_file(filename, account)
19 const char *filename
20 Gaim::Account account
21
22 void
23 gaim_sound_set_ui_ops(ops)
24 Gaim::Sound::UiOps ops
25
26 void
27 gaim_sound_uninit()

mercurial