Mon, 04 Sep 2006 23:00:13 +0000
[gaim-migrate @ 17161]
Make the Perl GTK+ stuff work in wingaim.
| 14478 | 1 | #include "gtkmodule.h" |
| 2 | ||
| 3 | MODULE = Gaim::Gtk::Sound PACKAGE = Gaim::Gtk::Sound PREFIX = gaim_gtk_sound_ | |
| 4 | PROTOTYPES: ENABLE | |
| 5 | ||
| 6 | const char * | |
| 7 | gaim_gtk_sound_get_event_option(event) | |
| 8 | Gaim::SoundEventID event | |
| 9 | ||
| 10 | char * | |
| 11 | gaim_gtk_sound_get_event_label(event) | |
| 12 | Gaim::SoundEventID event | |
| 13 | ||
| 14 | void * | |
| 15 | gaim_gtk_sound_get_handle() |