#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) |
| gchar * | g_convert (const gchar *str, gint len, const gchar *to_codeset, const gchar *from_codeset, gint *bytes_read, gint *bytes_written, GError **error) |
| 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_locale_to_utf8 (const gchar *opsysstring, GError **error) |
| gchar * | g_locale_from_utf8 (const gchar *utf8string, GError **error) |
| gchar * | g_filename_to_utf8 (const gchar *opsysstring, GError **error) |
| gchar * | g_filename_from_utf8 (const gchar *utf8string, GError **error) |
| #define G_CONVERT_ERROR g_convert_error_quark() |
Definition at line 43 of file gconvert.h.
| typedef struct _GIConv* GIConv |
Definition at line 48 of file gconvert.h.
| enum GConvertError |
Definition at line 35 of file gconvert.h.
| 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 | |||
| ) |
Referenced by gdk_font_load_internal().
Referenced by logfont_to_xlfd().
| size_t g_iconv | ( | GIConv | converter, | |
| gchar ** | inbuf, | |||
| size_t * | inbytes_left, | |||
| gchar ** | outbuf, | |||
| size_t * | outbytes_left | |||
| ) |
1.5.1