G_DIR_SEPARATOR_S

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
  1. enum G_DIR_SEPARATOR_S;
    version(Win32)
    extern (C)
    enum G_DIR_SEPARATOR_S = "\\";
  2. enum G_DIR_SEPARATOR_S;

Meta