g_dir_open

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
  1. alias g_dir_open = g_dir_open_utf8
    version(Win32)
    extern (C)
    alias g_dir_open = g_dir_open_utf8
  2. GDir* g_dir_open(const(gchar)* path, guint flags, GError** error)

Meta