Sun, 12 Feb 2006 22:14:38 +0000
[gaim-migrate @ 15620]
This is the way we clean the code, clean the code, clean the code
This is the way we clean the code, clean the code, clean the code
So early in the morning
| 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 | ||
| 12773 | 9 | void |
| 11118 | 10 | gaim_sound_init() |
| 11 | ||
| 12773 | 12 | void |
|
11642
76b60f0bf467
[gaim-migrate @ 13919]
Casey Harkins <charkins@pidgin.im>
parents:
11290
diff
changeset
|
13 | gaim_sound_play_event(event, account) |
| 11118 | 14 | Gaim::SoundEventID event |
|
11642
76b60f0bf467
[gaim-migrate @ 13919]
Casey Harkins <charkins@pidgin.im>
parents:
11290
diff
changeset
|
15 | Gaim::Account account |
| 11118 | 16 | |
| 12773 | 17 | void |
|
11642
76b60f0bf467
[gaim-migrate @ 13919]
Casey Harkins <charkins@pidgin.im>
parents:
11290
diff
changeset
|
18 | gaim_sound_play_file(filename, account) |
| 11118 | 19 | const char *filename |
|
11642
76b60f0bf467
[gaim-migrate @ 13919]
Casey Harkins <charkins@pidgin.im>
parents:
11290
diff
changeset
|
20 | Gaim::Account account |
| 11118 | 21 | |
| 12773 | 22 | void |
| 11118 | 23 | gaim_sound_set_ui_ops(ops) |
| 24 | Gaim::Sound::UiOps ops | |
| 25 | ||
| 12773 | 26 | void |
| 11118 | 27 | gaim_sound_uninit() |