- G_IS_DIR_SEPARATOR
auto G_IS_DIR_SEPARATOR(C c)
Undocumented in source. Be warned that the author may not have intended to support it.
- G_IS_DIR_SEPARATOR
auto G_IS_DIR_SEPARATOR(C c)
Undocumented in source. Be warned that the author may not have intended to support it.
- g_basename
deprecated const(gchar)* g_basename(const(gchar)* file_name)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_build_filename
gchar* g_build_filename(const(gchar)* first_element, ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_build_filenamev
gchar* g_build_filenamev(gchar** args)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_build_path
gchar* g_build_path(const(gchar)* separator, const(gchar)* first_element, ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_build_pathv
gchar* g_build_pathv(const(gchar)* separator, gchar** args)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_dir_make_tmp
gchar* g_dir_make_tmp(const(gchar)* tmpl, 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_file_error_from_errno
GFileError g_file_error_from_errno(gint err_no)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_file_error_quark
GQuark g_file_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_file_get_contents
gboolean g_file_get_contents(const(gchar)* filename, gchar** contents, gsize* length, 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_file_get_contents_utf8
gboolean g_file_get_contents_utf8(const(gchar)* filename, gchar** contents, gsize* length, 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_file_open_tmp
gint g_file_open_tmp(const(gchar)* tmpl, gchar** name_used, 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_file_open_tmp_utf8
gint g_file_open_tmp_utf8(const(gchar)* tmpl, gchar** name_used, 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_file_read_link
gchar* g_file_read_link(const(gchar)* filename, 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_file_set_contents
gboolean g_file_set_contents(const(gchar)* filename, const(gchar)* contents, gssize length, 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_file_test
gboolean g_file_test(const(gchar)* filename, GFileTest test)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_file_test_utf8
gboolean g_file_test_utf8(const(gchar)* filename, GFileTest test)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_get_current_dir
gchar* g_get_current_dir()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_get_current_dir_utf8
gchar* g_get_current_dir_utf8()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_mkdir_with_parents
gint g_mkdir_with_parents(const(gchar)* pathname, gint mode)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_mkdtemp
gchar* g_mkdtemp(gchar* tmpl)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_mkdtemp_full
gchar* g_mkdtemp_full(gchar* tmpl, gint mode)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_mkstemp
gint g_mkstemp(gchar* tmpl)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_mkstemp_full
gint g_mkstemp_full(gchar* tmpl, gint flags, gint mode)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_mkstemp_utf8
gint g_mkstemp_utf8(gchar* tmpl)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_path_get_basename
gchar* g_path_get_basename(const(gchar)* file_name)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_path_get_dirname
gchar* g_path_get_dirname(const(gchar)* file_name)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_path_is_absolute
gboolean g_path_is_absolute(const(gchar)* file_name)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_path_skip_root
const(gchar)* g_path_skip_root(const(gchar)* file_name)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.