| 3 MODULE = Pidgin::Sound PACKAGE = Pidgin::Sound PREFIX = pidgin_sound_ |
3 MODULE = Pidgin::Sound PACKAGE = Pidgin::Sound PREFIX = pidgin_sound_ |
| 4 PROTOTYPES: ENABLE |
4 PROTOTYPES: ENABLE |
| 5 |
5 |
| 6 const char * |
6 const char * |
| 7 pidgin_sound_get_event_option(event) |
7 pidgin_sound_get_event_option(event) |
| 8 Gaim::SoundEventID event |
8 Purple::SoundEventID event |
| 9 |
9 |
| 10 const char * |
10 const char * |
| 11 pidgin_sound_get_event_label(event) |
11 pidgin_sound_get_event_label(event) |
| 12 Gaim::SoundEventID event |
12 Purple::SoundEventID event |
| 13 |
13 |
| 14 Gaim::Handle |
14 Purple::Handle |
| 15 pidgin_sound_get_handle() |
15 pidgin_sound_get_handle() |