YaST2 Developers Documentation: yast2

yast2

modules/XVersion.ycp
Differences between multiple X versions
  • Jiri Srain

This module has an unstable interface.

Global Functions

Local Variables

Local Functions

local _paths -> map<string,string>

All paths related to X server

local Initialize () -> void

Initialize the paths

global Path (string id) -> string

Provide a path

Parameters:
id string path identification to provide
Return value:
required path, nil if not defined
global binPath () -> string

Provide path to bin directory of X11

Return value:
path to /usr/X11R6/bin, resp. /usr/bin
global libPath () -> string

Provide path to lib directory of X11

Return value:
path to /usr/X11R6/lib, resp. /usr/lib
global lib64Path () -> string

Provide path to lib64 directory of X11

Return value:
path to /usr/X11R6/lib64, resp. /usr/lib64
global manPath () -> string

Provide path to man directory of X11

Return value:
path to /usr/X11R6/man, resp. /usr/man
global includePath () -> string

Provide path to include directory of X11

Return value:
path to /usr/X11R6/include, resp. /usr/include
global sharePath () -> string

Provide path to share directory of X11

Return value:
path to /usr/X11R6/share, resp. /usr/share
global infoPath () -> string

Provide path to info directory of X11

Return value:
path to /usr/X11R6/info, resp. /usr/info
global fontPath () -> string

Provide path to font directory of X11

Return value:
path to /usr/X11R6/font, resp. /usr/font