00001 00025 #ifndef _GNT_SOUND_H 00026 #define _GNT_SOUND_H 00027 00028 #include "sound.h" 00029 00030 /**********************************************************************/ 00032 /**********************************************************************/ 00040 const char *finch_sound_get_active_profile(void); 00041 00047 void finch_sound_set_active_profile(const char *name); 00048 00055 GList *finch_sound_get_profiles(void); 00056 00062 PurpleSoundUiOps *finch_sound_get_ui_ops(void); 00063 00067 void finch_sounds_show_all(void); 00068 00071 #endif