Audacious $Id:Doxyfile42802007-03-2104:39:00Znenolod$
Functions

chardet.h File Reference

#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)

Function Documentation

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().

void chardet_init ( void  )

Definition at line 182 of file chardet.c.

Referenced by main().