Audacious
$Id:Doxyfile42802007-03-2104:39:00Znenolod$
|
00001 /* Audacious - Cross-platform multimedia player 00002 * Copyright (C) 2005-2009 Audacious development team 00003 * 00004 * This program is free software; you can redistribute it and/or modify 00005 * it under the terms of the GNU General Public License as published by 00006 * the Free Software Foundation; under version 3 of the License. 00007 * 00008 * This program is distributed in the hope that it will be useful, 00009 * but WITHOUT ANY WARRANTY; without even the implied warranty of 00010 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 00011 * GNU General Public License for more details. 00012 * 00013 * You should have received a copy of the GNU General Public License 00014 * along with this program. If not, see <http://www.gnu.org/licenses>. 00015 * 00016 * The Audacious team does not consider modular code linking to 00017 * Audacious or using our public API to be a derived work. 00018 */ 00019 00020 #ifndef AUDACIOUS_CHARDET_H 00021 #define AUDACIOUS_CHARDET_H 00022 00023 #include <glib.h> 00024 00025 gchar * cd_str_to_utf8(const gchar *str); 00026 gchar * cd_chardet_to_utf8(const gchar *str, gssize len, 00027 gsize *arg_bytes_read, gsize *arg_bytes_write, 00028 GError **arg_error); 00029 void chardet_init(void); 00030 00031 #endif /* AUDACIOUS_CHARDET_H */