- main
int main(string[] args)
Undocumented in source. Be warned that the author may not have intended to support it.
- printPaths
void printPaths(string message, char* paths)
Undocumented in source. Be warned that the author may not have intended to support it.
- xdgConfigFind
char* xdgConfigFind(char* relativePath, xdgHandle* handle)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- xdgConfigOpen
FILE* xdgConfigOpen(const(char)* relativePath, const(char)* mode, xdgHandle* handle)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- xdgDataFind
char* xdgDataFind(const(char)* relativePath, xdgHandle* handle)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- xdgDataOpen
FILE* xdgDataOpen(const(char)* relativePath, const(char)* mode, xdgHandle* handle)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- xdgMakePath
int xdgMakePath(const(char)* path, mode_t mode)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.