Pkg::GetSelections — Return list of selections matching given status - obsoleted, use ResolvableProperties() instead
list<string>
GetSelections
( | symbol status , |
string
category
) ; |
status
`all,`selected or `installed
category
base or empty string for addons
returns a list of selection names matching the status symbol and the category.
If category == "base", base selections are returned
If category == "", addon selections are returned else selections matching the given category are returned
status can be: `all : all known selections<br> `available : available selections<br> `selected : selected but not yet installed selections<br> `installed : installed selection<br>