glib.gconvert

Undocumented in source.

Members

Aliases

GIConv
alias GIConv = _GIConv*
Undocumented in source.
g_filename_from_uri
alias g_filename_from_uri = g_filename_from_uri_utf8
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_filename_from_utf8
alias g_filename_from_utf8 = g_filename_from_utf8_utf8
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_filename_to_uri
alias g_filename_to_uri = g_filename_to_uri_utf8
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_filename_to_utf8
alias g_filename_to_utf8 = g_filename_to_utf8_utf8
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Enums

GConvertError
enum GConvertError
Undocumented in source.

Functions

g_convert
gchar* g_convert(const(gchar)* str, gssize len, const(gchar)* to_codeset, const(gchar)* from_codeset, gsize* bytes_read, gsize* bytes_written, GError** error)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_convert_error_quark
GQuark g_convert_error_quark()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_convert_with_fallback
gchar* g_convert_with_fallback(const(gchar)* str, gssize len, const(gchar)* to_codeset, const(gchar)* from_codeset, const(gchar)* fallback, gsize* bytes_read, gsize* bytes_written, GError** error)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_convert_with_iconv
gchar* g_convert_with_iconv(const(gchar)* str, gssize len, GIConv converter, gsize* bytes_read, gsize* bytes_written, GError** error)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_filename_display_basename
gchar* g_filename_display_basename(const(gchar)* filename)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_filename_display_name
gchar* g_filename_display_name(const(gchar)* filename)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_filename_from_uri
gchar* g_filename_from_uri(const(gchar)* uri, gchar** hostname, GError** error)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_filename_from_uri_utf8
gchar* g_filename_from_uri_utf8(const(gchar)* uri, gchar** hostname, GError** error)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_filename_from_utf8
gchar* g_filename_from_utf8(const(gchar)* utf8string, gssize len, gsize* bytes_read, gsize* bytes_written, GError** error)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_filename_from_utf8_utf8
gchar* g_filename_from_utf8_utf8(const(gchar)* utf8string, gssize len, gsize* bytes_read, gsize* bytes_written, GError** error)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_filename_to_uri
gchar* g_filename_to_uri(const(gchar)* filename, const(gchar)* hostname, GError** error)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_filename_to_uri_utf8
gchar* g_filename_to_uri_utf8(const(gchar)* filename, const(gchar)* hostname, GError** error)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_filename_to_utf8
gchar* g_filename_to_utf8(const(gchar)* opsysstring, gssize len, gsize* bytes_read, gsize* bytes_written, GError** error)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_filename_to_utf8_utf8
gchar* g_filename_to_utf8_utf8(const(gchar)* opsysstring, gssize len, gsize* bytes_read, gsize* bytes_written, GError** error)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_get_filename_charsets
gboolean g_get_filename_charsets(const(gchar)*** charsets)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_iconv
gsize g_iconv(GIConv converter, gchar** inbuf, gsize* inbytes_left, gchar** outbuf, gsize* outbytes_left)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_iconv_close
gint g_iconv_close(GIConv converter)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_iconv_open
GIConv g_iconv_open(const(gchar)* to_codeset, const(gchar)* from_codeset)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_locale_from_utf8
gchar* g_locale_from_utf8(const(gchar)* utf8string, gssize len, gsize* bytes_read, gsize* bytes_written, GError** error)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_locale_to_utf8
gchar* g_locale_to_utf8(const(gchar)* opsysstring, gssize len, gsize* bytes_read, gsize* bytes_written, GError** error)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_uri_list_extract_uris
gchar** g_uri_list_extract_uris(const(gchar)* uri_list)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Structs

_GIConv
struct _GIConv
Undocumented in source.

Meta