- g_dir_close
void g_dir_close(GDir* dir)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_dir_open
GDir* g_dir_open(const(gchar)* path, guint flags, 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_dir_open_utf8
GDir* g_dir_open_utf8(const(gchar)* path, guint flags, 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_dir_read_name
const(gchar)* g_dir_read_name(GDir* dir)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_dir_read_name_utf8
const(gchar)* g_dir_read_name_utf8(GDir* dir)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_dir_rewind
void g_dir_rewind(GDir* dir)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.