| 38316:7d7cab247dcd | 38317:87484be86fb8 |
|---|---|
| 1 #include "gtkmodule.h" | |
| 2 | |
| 3 MODULE = Pidgin::Sound PACKAGE = Pidgin::Sound PREFIX = pidgin_sound_ | |
| 4 PROTOTYPES: ENABLE | |
| 5 | |
| 6 const char * | |
| 7 pidgin_sound_get_event_option(event) | |
| 8 Purple::SoundEventID event | |
| 9 | |
| 10 const char * | |
| 11 pidgin_sound_get_event_label(event) | |
| 12 Purple::SoundEventID event | |
| 13 | |
| 14 Purple::Handle | |
| 15 pidgin_sound_get_handle() |