XF86Path.ycp
|
|
- Thomas Roelz <tom@suse.de>
- Purpose: Provides several functions to write/alter the path settings
- in the X11 configuration.
|
|
This module provides the following functions for public access via XF86Path::(...)
create_info_map() - Create the map suitable for being passed to the isax-agent.
update() - Update the XF86Config file.
Imports
Global Functions
|
|
|
global XF86Path () -> void
|
|
XF86Path()
The module constructor.
@param -
- Return value:
- See:
-
global create_info_map () -> map
|
|
create_info_map()
Creates a YCP map containing all the data necessary for writing the path section
of the rc.sax file via the isax agent.
@param -
- Return value:
|
The YCP map containing the path information to be passed to the isax agent.
|
- See:
-
global update () -> boolean
|
|
update()
Updates the path settings in the XF86Config file.
!!! only XFree 4 !!!
@param -
- Return value:
|
true - success
false - failure
|
- See:
-
|