297. XVersion

Differences between multiple X versions

297.1. Authors

  • Jiri Srain <jsrain@suse.cz>

297.2. Summary of Module Globals

List of Global Functions

  • Path - Provide a path

  • binPath - Provide path to bin directory of X11

  • fontPath - Provide path to font directory of X11

  • includePath - Provide path to include directory of X11

  • infoPath - Provide path to info directory of X11

  • lib64Path - Provide path to lib64 directory of X11

  • libPath - Provide path to lib directory of X11

  • manPath - Provide path to man directory of X11

  • sharePath - Provide path to share directory of X11

List of Global Variables

    297.3. Global Functions

    297.3.1. Path

    Provide a path

    Function parameters

    • string id

    Return value

    • string - required path, nil if not defined

    297.3.2. binPath

    Provide path to bin directory of X11

    Return value

    • string - path to /usr/X11R6/bin, resp. /usr/bin

    297.3.3. fontPath

    Provide path to font directory of X11

    Return value

    • string - path to /usr/X11R6/font, resp. /usr/font

    297.3.4. includePath

    Provide path to include directory of X11

    Return value

    • string - path to /usr/X11R6/include, resp. /usr/include

    297.3.5. infoPath

    Provide path to info directory of X11

    Return value

    • string - path to /usr/X11R6/info, resp. /usr/info

    297.3.6. lib64Path

    Provide path to lib64 directory of X11

    Return value

    • string - path to /usr/X11R6/lib64, resp. /usr/lib64

    297.3.7. libPath

    Provide path to lib directory of X11

    Return value

    • string - path to /usr/X11R6/lib, resp. /usr/lib

    297.3.8. manPath

    Provide path to man directory of X11

    Return value

    • string - path to /usr/X11R6/man, resp. /usr/man

    297.3.9. sharePath

    Provide path to share directory of X11

    Return value

    • string - path to /usr/X11R6/share, resp. /usr/share

    297.4. Global Variables

    297.5. Module Requirements

    none