#include <glib.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 **arg_error) |
void | chardet_init (void) |
gchar* cd_chardet_to_utf8 | ( | const gchar * | str, | |
gssize | len, | |||
gsize * | arg_bytes_read, | |||
gsize * | arg_bytes_write, | |||
GError ** | arg_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().