| 116 gaim_debug(GAIM_DEBUG_INFO, "sound", |
116 gaim_debug(GAIM_DEBUG_INFO, "sound", |
| 117 "Initializing sound output drivers.\n"); |
117 "Initializing sound output drivers.\n"); |
| 118 ao_initialize(); |
118 ao_initialize(); |
| 119 #endif /* USE_AO */ |
119 #endif /* USE_AO */ |
| 120 |
120 |
| 121 gaim_prefs_connect_callback("/gaim/gtk/sound/method", |
121 gaim_prefs_connect_callback(gaim_gtk_sound_get_handle(), "/gaim/gtk/sound/method", |
| 122 _pref_sound_method_changed, NULL); |
122 _pref_sound_method_changed, NULL); |
| 123 } |
123 } |
| 124 |
124 |
| 125 |
125 |
| 126 static void gaim_gtk_sound_shutdown(void) |
126 static void gaim_gtk_sound_shutdown(void) |