SDL_GetPrefPath

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
  1. char* SDL_GetPrefPath(const(char)* org, const(char)* app)
    extern (C) @nogc nothrow
    static if(staticBinding)
    static if(sdlSupport >= SDLSupport.sdl201)
    char*
    SDL_GetPrefPath
    (
    const(char)* org
    ,
    const(char)* app
    )
  2. pSDL_GetPrefPath SDL_GetPrefPath;

Meta