Sun, 17 Sep 2006 05:35:46 +0000
[gaim-migrate @ 17291]
This is a really huge commit for basically nothing, I decided that Gaim::Gtk
should really be Gaim::GtkUI (which will line up better with any eventual
Gaim::GntUI that might exist, etc.). So that's what this is, I think I got
everything, it builds here at least.
| 14478 | 1 | #include "gtkmodule.h" |
| 2 | ||
| 14629 | 3 | MODULE = Gaim::GtkUI::Sound PACKAGE = Gaim::GtkUI::Sound PREFIX = gaim_gtk_sound_ |
| 14478 | 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() |