Mercurial > pidgin
annotate plugins/perl/common/Sound.xs @ 11202:ff4884029708
[gaim-migrate @ 13330]
Some compile warning fixes. It's very possible the perl warnings
were caused by some of my changes to the core last week
committer: Tailor Script <tailor@pidgin.im>
| author | Mark Doliner <mark@kingant.net> |
|---|---|
| date | Mon, 08 Aug 2005 02:21:57 +0000 |
| parents | 134d0001983d |
| children | b284c703d398 |
| rev | line source |
|---|---|
| 11118 | 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 |
