Unknown YCP Module |
This module has an unstable interface. |
Imports
Global Functions |
Info:
File: DevicesSelectionBox.ycp
Package: yast2-storage
Summary: Expert Partitioner
Authors: Arvin Schnell
global
GetUnselectedDevices ()
->
list<map>
Returns list with the maps of the unselected devices.
global
GetSelectedDevices ()
->
list<map>
Returns list with the maps of the selected devices.
global
Create (list<map> unselected_devices, list<map> selected_devices, list<symbol> fields)
->
term
The maps for the devices must contain the entries "device" and "size_k".
- Parameters:
-
unselected_devices selected_devices fields