G_DIR_SEPARATOR

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;
    version(Win32)
    extern (C)
    enum G_DIR_SEPARATOR = '\\';
  2. enum G_DIR_SEPARATOR;

Meta