Mercurial > pidgin
annotate plugins/perl/common/Sound.xs @ 11435:1a2eaba2bc13
[gaim-migrate @ 13672]
Some autotools tweak from Kevin Stange to let autogen.sh pass with automake 1.9
committer: Tailor Script <tailor@pidgin.im>
author | Gary Kramlich <grim@reaperworld.com> |
---|---|
date | Sun, 04 Sep 2005 02:03:48 +0000 |
parents | b284c703d398 |
children | 58bc500cf226 |
rev | line source |
---|---|
11118 | 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 | |
10 void | |
11 gaim_sound_init() | |
12 | |
13 | |
14 void | |
15 gaim_sound_play_event(event) | |
16 Gaim::SoundEventID event | |
17 | |
18 void | |
19 gaim_sound_play_file(filename) | |
20 const char *filename | |
21 | |
22 void | |
23 gaim_sound_set_ui_ops(ops) | |
24 Gaim::Sound::UiOps ops | |
25 | |
26 void | |
27 gaim_sound_uninit() | |
28 | |
29 |