298. XVersion

Differences between multiple X versions

298.1. 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

    298.2. Global Functions

    298.2.1. Path

    Provide a path

    Function parameters

    • string id

    Return value

    • string - required path, nil if not defined

    298.2.2. binPath

    Provide path to bin directory of X11

    Return value

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

    298.2.3. fontPath

    Provide path to font directory of X11

    Return value

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

    298.2.4. includePath

    Provide path to include directory of X11

    Return value

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

    298.2.5. infoPath

    Provide path to info directory of X11

    Return value

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

    298.2.6. lib64Path

    Provide path to lib64 directory of X11

    Return value

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

    298.2.7. libPath

    Provide path to lib directory of X11

    Return value

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

    298.2.8. manPath

    Provide path to man directory of X11

    Return value

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

    298.2.9. sharePath

    Provide path to share directory of X11

    Return value

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

    298.3. Global Variables

    298.4. Module Requirements

    none