Mercurial > pidgin
annotate plugins/perl/common/Sound.xs @ 11575:b7d9d00a4ef9
[gaim-migrate @ 13844]
surely once is enough
committer: Tailor Script <tailor@pidgin.im>
| author | Nathan Walp <nwalp@pidgin.im> |
|---|---|
| date | Wed, 28 Sep 2005 12:44:35 +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 |
