Audacious
$Id:Doxyfile42802007-03-2104:39:00Znenolod$
|
#include <string.h>
#include <libaudcore/audstrings.h>
#include "audconfig.h"
#include "chardet.h"
#include "config.h"
#include "i18n.h"
#include "main.h"
#include "debug.h"
Go to the source code of this file.
Functions | |
gchar * | cd_str_to_utf8 (const gchar *str) |
gchar * | cd_chardet_to_utf8 (const gchar *str, gssize len, gsize *arg_bytes_read, gsize *arg_bytes_write, GError **error) |
void | chardet_init (void) |
gchar* cd_chardet_to_utf8 | ( | const gchar * | str, |
gssize | len, | ||
gsize * | arg_bytes_read, | ||
gsize * | arg_bytes_write, | ||
GError ** | error | ||
) |
Definition at line 82 of file chardet.c.
Referenced by cd_str_to_utf8(), and chardet_init().
gchar* cd_str_to_utf8 | ( | const gchar * | str | ) |
Definition at line 35 of file chardet.c.
Referenced by chardet_init().