gconvert.h File Reference

#include <stddef.h>
#include <gerror.h>

Go to the source code of this file.

Defines

#define G_CONVERT_ERROR   g_convert_error_quark()

Typedefs

typedef _GIConv * GIConv

Enumerations

enum  GConvertError

Functions

GQuark g_convert_error_quark ()
GIConv g_iconv_open (const gchar *to_codeset, const gchar *from_codeset)
size_t g_iconv (GIConv converter, gchar **inbuf, size_t *inbytes_left, gchar **outbuf, size_t *outbytes_left)
gint g_iconv_close (GIConv converter)
gcharg_convert (const gchar *str, gint len, const gchar *to_codeset, const gchar *from_codeset, gint *bytes_read, gint *bytes_written, GError **error)
gcharg_convert_with_fallback (const gchar *str, gint len, const gchar *to_codeset, const gchar *from_codeset, gchar *fallback, gint *bytes_read, gint *bytes_written, GError **error)
gcharg_locale_to_utf8 (const gchar *opsysstring, GError **error)
gcharg_locale_from_utf8 (const gchar *utf8string, GError **error)
gcharg_filename_to_utf8 (const gchar *opsysstring, GError **error)
gcharg_filename_from_utf8 (const gchar *utf8string, GError **error)


Define Documentation

#define G_CONVERT_ERROR   g_convert_error_quark()

Definition at line 43 of file gconvert.h.


Typedef Documentation

typedef struct _GIConv* GIConv

Definition at line 48 of file gconvert.h.


Enumeration Type Documentation

enum GConvertError

Definition at line 35 of file gconvert.h.


Function Documentation

gchar* g_convert ( const gchar str,
gint  len,
const gchar to_codeset,
const gchar from_codeset,
gint bytes_read,
gint bytes_written,
GError **  error 
)

GQuark g_convert_error_quark (  ) 

gchar* g_convert_with_fallback ( const gchar str,
gint  len,
const gchar to_codeset,
const gchar from_codeset,
gchar fallback,
gint bytes_read,
gint bytes_written,
GError **  error 
)

gchar* g_filename_from_utf8 ( const gchar utf8string,
GError **  error 
)

Referenced by gdk_font_load_internal().

gchar* g_filename_to_utf8 ( const gchar opsysstring,
GError **  error 
)

Referenced by logfont_to_xlfd().

size_t g_iconv ( GIConv  converter,
gchar **  inbuf,
size_t inbytes_left,
gchar **  outbuf,
size_t outbytes_left 
)

gint g_iconv_close ( GIConv  converter  ) 

GIConv g_iconv_open ( const gchar to_codeset,
const gchar from_codeset 
)

gchar* g_locale_from_utf8 ( const gchar utf8string,
GError **  error 
)

gchar* g_locale_to_utf8 ( const gchar opsysstring,
GError **  error 
)


Generated on Tue Jul 5 15:58:42 2011 for ROOT_528-00b_version by  doxygen 1.5.1